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