1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +12:00

Use default config when resetting smtp

This commit is contained in:
Mel O'Hagan 2022-06-29 13:12:51 +01:00
parent 8468222431
commit 8796bffade

View file

@ -74,7 +74,10 @@
rev: smtpConfig._rev,
})
smtpConfig = {
config: {},
type: ConfigTypes.SMTP,
config: {
secure: true,
},
}
await admin.getChecklist()
notifications.success(`Settings cleared`)