This commit is contained in:
lesion
2021-10-26 22:32:07 +02:00
parent b03d0a0cbf
commit ff62a0b638

View File

@@ -33,7 +33,6 @@ import { mapActions, mapState } from 'vuex'
export default {
data ({ $store }) {
const smtp = { host: '', auth: { user: '', pass: '' } }
console.error($store.state.settings)
if ($store.state.settings.smtp) {
smtp.host = $store.state.settings.smtp.host
if ($store.state.settings.smtp.auth) {