Fix initServiceClients call
This commit is contained in:
1
client/middleware/01.check-auth.global.js
vendored
1
client/middleware/01.check-auth.global.js
vendored
@@ -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()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user