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 8cf32f2 commit fbe6660Copy full SHA for fbe6660
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