minor on SMTP
This commit is contained in:
@@ -64,6 +64,9 @@ export default {
|
||||
},
|
||||
async fetch () {
|
||||
this.smtp = await this.$axios.$get('/settings/smtp').catch(_e => ({ auth: {} }))
|
||||
if (!this.smtp.auth) {
|
||||
this.smtp.auth = {}
|
||||
}
|
||||
},
|
||||
computed: mapState(['settings']),
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user