Skip to content

Commit

Permalink
Merge pull request #491 from supabase/j0_remove_multitab_constructor
Browse files Browse the repository at this point in the history
Remove Multitab from constructor
  • Loading branch information
J0 committed Aug 10, 2022
2 parents a1ac269 + a6120fc commit 8e8087e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/SupabaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const DEFAULT_OPTIONS = {
autoRefreshToken: true,
persistSession: true,
detectSessionInUrl: true,
multiTab: true,
headers: DEFAULT_HEADERS,
}

Expand Down
4 changes: 0 additions & 4 deletions src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ export type SupabaseClientOptions<SchemaName> = {
* Options passed to the gotrue-js instance
*/
cookieOptions?: SupabaseAuthClientOptions['cookieOptions']
/**
* Allows to enable/disable multi-tab/window events
*/
multiTab?: boolean
}
/**
* Options passed to the realtime-js instance
Expand Down

0 comments on commit 8e8087e

Please sign in to comment.