minor
This commit is contained in:
@@ -33,7 +33,6 @@ import { mapActions, mapState } from 'vuex'
|
|||||||
export default {
|
export default {
|
||||||
data ({ $store }) {
|
data ({ $store }) {
|
||||||
const smtp = { host: '', auth: { user: '', pass: '' } }
|
const smtp = { host: '', auth: { user: '', pass: '' } }
|
||||||
console.error($store.state.settings)
|
|
||||||
if ($store.state.settings.smtp) {
|
if ($store.state.settings.smtp) {
|
||||||
smtp.host = $store.state.settings.smtp.host
|
smtp.host = $store.state.settings.smtp.host
|
||||||
if ($store.state.settings.smtp.auth) {
|
if ($store.state.settings.smtp.auth) {
|
||||||
|
|||||||
Reference in New Issue
Block a user