You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/types.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,9 @@ export type SupabaseClientOptions<SchemaName> = {
39
39
*/
40
40
storage?: SupabaseAuthClientOptions['storage']
41
41
/**
42
-
* A storage provider to store the user profile separately from the session. Useful when you need to store the session information in cookies, without bloating the data with the redundant user object.
42
+
* A storage provider to store the user profile separately from the session.
43
+
* Useful when you need to store the session information in cookies,
44
+
* without bloating the data with the redundant user object.
0 commit comments