We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed23b7d commit d995334Copy full SHA for d995334
ui/admin/app/hooks/oauthApps/useOAuthApps.ts
@@ -31,6 +31,6 @@ export function useOAuthAppInfo(type: OAuthProvider) {
31
}
32
33
export function useOauthAppMap() {
34
- const list = useOAuthAppList({ revalidate: false });
+ const list = useOAuthAppList();
35
return new Map(list.map((app) => [app.alias ?? app.type, app]));
36
0 commit comments