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 893f6e8 commit f6cd3fbCopy full SHA for f6cd3fb
nextjs/src/lib/supabase/unified.ts
@@ -43,7 +43,7 @@ export class SassClient {
43
44
async logout() {
45
const { error } = await this.client.auth.signOut({
46
- scope: 'local'
+ scope: 'global',
47
});
48
if (error) throw error;
49
if(this.clientType === ClientType.SPA) {
0 commit comments