forked from AkkomaGang/akkoma-fe
#450 - dispatch login after saved state is loaded
This commit is contained in:
parent
66e60572bc
commit
31d09931c8
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ export default function createPersistedState ({
|
|||
merge({}, store.state, savedState)
|
||||
)
|
||||
}
|
||||
if (store.state.oauth.token) {
|
||||
store.dispatch('loginUser', store.state.oauth.token)
|
||||
}
|
||||
loaded = true
|
||||
} catch (e) {
|
||||
console.log("Couldn't load state")
|
||||
|
|
Loading…
Reference in a new issue