Fix initServiceClients call
This commit is contained in:
parent
ca159804f9
commit
ee92ffdfad
|
|
@ -15,4 +15,5 @@ export default defineNuxtRouteMiddleware(async () => {
|
||||||
authStore.setUser(userDataResponse.data.value)
|
authStore.setUser(userDataResponse.data.value)
|
||||||
workspaceStore.save(workspacesResponse.data.value)
|
workspaceStore.save(workspacesResponse.data.value)
|
||||||
}
|
}
|
||||||
|
authStore.initServiceClients()
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue