Merge branch 'fix/app-ready' into feature/vue3-modals-with-router-4
This commit is contained in:
@ -141,10 +141,9 @@ export const store = createStore({
|
||||
|
||||
commit(CURRENT_LIST, currentList)
|
||||
},
|
||||
async loadApp({commit, dispatch}) {
|
||||
async loadApp({dispatch}) {
|
||||
await checkAndSetApiUrl(window.API_URL)
|
||||
await dispatch('auth/checkAuth')
|
||||
commit('vikunjaReady', true)
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user