We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa97643 commit 5f37e69Copy full SHA for 5f37e69
src/SupabaseClient.ts
@@ -279,6 +279,7 @@ export default class SupabaseClient<
279
storage,
280
storageKey,
281
flowType,
282
+ lock,
283
debug,
284
}: SupabaseAuthClientOptions,
285
headers?: Record<string, string>,
@@ -297,6 +298,7 @@ export default class SupabaseClient<
297
298
detectSessionInUrl,
299
300
301
302
303
fetch,
304
// auth checks if there is a custom authorizaiton header using this flag
0 commit comments