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() },