client init after login

This commit is contained in:
jb-alvarado 2021-04-08 10:35:31 +02:00
parent e70c58a3b3
commit 17a34d2686

View File

@ -201,9 +201,7 @@ export default {
}
this.checkLogin()
await this.$store.dispatch('config/getGuiConfig')
this.$store.dispatch('config/getPlayoutConfig')
this.$store.dispatch('config/getUserConfig')
await this.$store.dispatch('config/nuxtClientInit')
} catch (e) {
this.formError = e.message
}