Fix redirecting to /login for some routes
This commit is contained in:
parent
cc8665b538
commit
d23fc3be74
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ export default {
|
||||||
.then(() => {
|
.then(() => {
|
||||||
this.$store.dispatch('auth/checkAuth')
|
this.$store.dispatch('auth/checkAuth')
|
||||||
})
|
})
|
||||||
|
this.$store.dispatch('auth/checkAuth')
|
||||||
|
|
||||||
setLanguage()
|
setLanguage()
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue