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