Skip to content

Commit da2b0ba

Browse files
dipeshhkcsoedirgo
authored andcommitted
fix: add multiTab TS support
1 parent 6c2e676 commit da2b0ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ export type SupabaseClientOptions = {
2222
* Automatically refreshes the token for logged in users.
2323
*/
2424
autoRefreshToken?: boolean
25+
/**
26+
* Allows to enable/disable multi-tab/window events
27+
*/
28+
multiTab?: boolean
2529
/**
2630
* Whether to persist a logged in session to storage.
2731
*/

0 commit comments

Comments
 (0)