diff --git a/composables/CacheRefresh.ts b/composables/CacheRefresh.ts index e3f39ec..7b23cff 100644 --- a/composables/CacheRefresh.ts +++ b/composables/CacheRefresh.ts @@ -41,7 +41,7 @@ export const useCacheRefresh = (client: MaybeRef) => { }); toValue(client) - ?.getRoles() + ?.getAccountRoles(identity.value.account.id) .then((res) => { const roles = res.data;