From d23fc3be74e584658b34f75b927ee293889979d1 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 15 Aug 2021 18:52:22 +0200 Subject: [PATCH] Fix redirecting to /login for some routes --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index 156e97bc6..f11135358 100644 --- a/src/App.vue +++ b/src/App.vue @@ -59,6 +59,7 @@ export default { .then(() => { this.$store.dispatch('auth/checkAuth') }) + this.$store.dispatch('auth/checkAuth') setLanguage() },