mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
b03d0a0cbf
commit
ff62a0b638
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue