load config after login

This commit is contained in:
jb-alvarado 2020-05-24 13:44:43 +02:00
parent 643d9d09e9
commit 187377ae4a

View File

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