Fix redirecting to /login for some routes

This commit is contained in:
kolaente 2021-08-15 18:52:22 +02:00
parent cc8665b538
commit d23fc3be74
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ export default {
.then(() => {
this.$store.dispatch('auth/checkAuth')
})
this.$store.dispatch('auth/checkAuth')
setLanguage()
},