We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139a745 commit eae712dCopy full SHA for eae712d
packages/core/auth-js/src/GoTrueClient.ts
@@ -328,7 +328,7 @@ export default class GoTrueClient {
328
329
if (settings.lock) {
330
this.lock = settings.lock
331
- } else if (isBrowser() && globalThis?.navigator?.locks) {
+ } else if (this.persistSession && isBrowser() && globalThis?.navigator?.locks) {
332
this.lock = navigatorLock
333
} else {
334
this.lock = lockNoOp
0 commit comments