Skip to content

Commit 5b46e0f

Browse files
committed
fix: ensure isLocal boolean is set on init
1 parent c992ce4 commit 5b46e0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/netlify-identity.js

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ function instantiateGotrue(APIUrl) {
9090
return new GoTrue({ APIUrl: parts.join(""), setCookie: !isLocal });
9191
}
9292
if (isLocal) {
93+
store.setIsLocal(isLocal);
9394
return null;
9495
}
9596

0 commit comments

Comments
 (0)