This commit is contained in:
lesion 2021-10-26 22:32:07 +02:00
parent b03d0a0cbf
commit ff62a0b638
No known key found for this signature in database
GPG key ID: 352918250B012177

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) {