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 a1ac269 commit a6120fcCopy full SHA for a6120fc
src/SupabaseClient.ts
@@ -19,7 +19,6 @@ const DEFAULT_OPTIONS = {
19
autoRefreshToken: true,
20
persistSession: true,
21
detectSessionInUrl: true,
22
- multiTab: true,
23
headers: DEFAULT_HEADERS,
24
}
25
src/lib/types.ts
@@ -40,10 +40,6 @@ export type SupabaseClientOptions<SchemaName> = {
40
* Options passed to the gotrue-js instance
41
*/
42
cookieOptions?: SupabaseAuthClientOptions['cookieOptions']
43
- /**
44
- * Allows to enable/disable multi-tab/window events
45
- */
46
- multiTab?: boolean
47
48
/**
49
* Options passed to the realtime-js instance
0 commit comments