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 4d2c8be commit 33c2a66Copy full SHA for 33c2a66
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