Skip to content

Commit 8e8087e

Browse files
authored
Merge pull request #491 from supabase/j0_remove_multitab_constructor
Remove Multitab from constructor
2 parents a1ac269 + a6120fc commit 8e8087e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/SupabaseClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const DEFAULT_OPTIONS = {
1919
autoRefreshToken: true,
2020
persistSession: true,
2121
detectSessionInUrl: true,
22-
multiTab: true,
2322
headers: DEFAULT_HEADERS,
2423
}
2524

src/lib/types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ export type SupabaseClientOptions<SchemaName> = {
4040
* Options passed to the gotrue-js instance
4141
*/
4242
cookieOptions?: SupabaseAuthClientOptions['cookieOptions']
43-
/**
44-
* Allows to enable/disable multi-tab/window events
45-
*/
46-
multiTab?: boolean
4743
}
4844
/**
4945
* Options passed to the realtime-js instance

0 commit comments

Comments
 (0)