We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1136f91 commit f7e50dfCopy full SHA for f7e50df
src/netlify-identity.js
@@ -91,6 +91,7 @@ function instantiateGotrue(APIUrl) {
91
return new GoTrue({ APIUrl: parts.join(""), setCookie: !isLocal });
92
}
93
if (isLocal) {
94
+ store.setIsLocal(isLocal);
95
return null;
96
97
0 commit comments