don't rely on vuex anymore here
This commit is contained in:
parent
e5c27fccc6
commit
9d8a52be5b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export const useCredentialsStore = defineStore('credentials', {
|
||||||
},
|
},
|
||||||
getters: {
|
getters: {
|
||||||
current() {
|
current() {
|
||||||
return window.vuex.state.users.currentUser.credentials
|
return this.credentials
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue