Skip to content

Commit b5a67cb

Browse files
hfcemalkilic
andauthored
add suggestion by @cemalkilic
Co-authored-by: Cemal Kılıç <[email protected]>
1 parent 365557b commit b5a67cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/types.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ export type SupabaseClientOptions<SchemaName> = {
3939
*/
4040
storage?: SupabaseAuthClientOptions['storage']
4141
/**
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.
4345
*
4446
* @experimental
4547
*/

0 commit comments

Comments
 (0)