Skip to content

Commit f7e50df

Browse files
committed
ensure is local boolean is set on init
1 parent 1136f91 commit f7e50df

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
@@ -91,6 +91,7 @@ function instantiateGotrue(APIUrl) {
9191
return new GoTrue({ APIUrl: parts.join(""), setCookie: !isLocal });
9292
}
9393
if (isLocal) {
94+
store.setIsLocal(isLocal);
9495
return null;
9596
}
9697

0 commit comments

Comments
 (0)