Use default config when resetting smtp
This commit is contained in:
parent
5cc97ba400
commit
3016874fca
|
@ -74,7 +74,10 @@
|
||||||
rev: smtpConfig._rev,
|
rev: smtpConfig._rev,
|
||||||
})
|
})
|
||||||
smtpConfig = {
|
smtpConfig = {
|
||||||
config: {},
|
type: ConfigTypes.SMTP,
|
||||||
|
config: {
|
||||||
|
secure: true,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
await admin.getChecklist()
|
await admin.getChecklist()
|
||||||
notifications.success(`Settings cleared`)
|
notifications.success(`Settings cleared`)
|
||||||
|
|
Loading…
Reference in New Issue