Skip to content

Commit f6cd3fb

Browse files
committed
Sign out all
1 parent 893f6e8 commit f6cd3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextjs/src/lib/supabase/unified.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class SassClient {
4343

4444
async logout() {
4545
const { error } = await this.client.auth.signOut({
46-
scope: 'local'
46+
scope: 'global',
4747
});
4848
if (error) throw error;
4949
if(this.clientType === ClientType.SPA) {

0 commit comments

Comments
 (0)