forked from AkkomaGang/akkoma-fe
Remove gonsole.logg :DD
This commit is contained in:
parent
60b3e4f40f
commit
0aa5fe9d0d
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ export default function createPersistedState ({
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (store.state.oauth.token) {
|
if (store.state.oauth.token) {
|
||||||
console.log(store.state.oauth)
|
|
||||||
store.dispatch('loginUser', store.state.oauth.token)
|
store.dispatch('loginUser', store.state.oauth.token)
|
||||||
}
|
}
|
||||||
loaded = true
|
loaded = true
|
||||||
|
|
Loading…
Reference in a new issue