Skip to content
Snippets Groups Projects
Commit 45b0a223 authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Merge branch 'bugfix/162-fix-missing-filter-for-fetching-api-tokens' into 'main'

Resolve "Fix missing filter for fetching API tokens"

Closes #162

See merge request !161
parents 897a3b4b d1f3826e
No related branches found
No related tags found
1 merge request!161Resolve "Fix missing filter for fetching API tokens"
...@@ -147,7 +147,7 @@ export const useUserStore = defineStore({ ...@@ -147,7 +147,7 @@ export const useUserStore = defineStore({
onFinally?.(); onFinally?.();
} }
return ApiTokenService.apiTokenListToken({ return ApiTokenService.apiTokenListToken({
path: { uid: uid }, query: { uid: uid },
throwOnError: true, throwOnError: true,
}) })
.then((response) => response.data!) .then((response) => response.data!)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment