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.
signOut
admin
1 parent e724a99 commit d387514Copy full SHA for d387514
packages/core/src/integrations/supabase.ts
@@ -38,7 +38,6 @@ const AUTH_ADMIN_OPERATIONS_TO_INSTRUMENT = [
38
'getUserById',
39
'updateUserById',
40
'inviteUserByEmail',
41
- 'signOut',
42
];
43
44
type AuthOperationFn = (...args: unknown[]) => Promise<unknown>;
0 commit comments