This commit is contained in:
Julien Nahum
2023-12-11 11:56:21 +01:00
parent 6ee56ac4cc
commit 5c4dc2a3d6
34 changed files with 92 additions and 96 deletions

View File

@@ -49,6 +49,7 @@ export const useAuthStore = defineStore('auth', {
updateUser (payload) {
this.user = payload
this.initServiceClients()
},
initServiceClients() {