diff --git a/ffplayout/frontend/store/config.js b/ffplayout/frontend/store/config.js index 21c28b24..49c44017 100644 --- a/ffplayout/frontend/store/config.js +++ b/ffplayout/frontend/store/config.js @@ -26,6 +26,7 @@ export const mutations = { export const actions = { async nuxtClientInit ({ commit, dispatch, rootState }) { + await dispatch('auth/inspectToken', null, { root: true }) if (rootState.auth.isLogin) { await dispatch('getGuiConfig') await dispatch('getPlayoutConfig')