Skip to content

Commit 3bff202

Browse files
committed
testing
1 parent c992ce4 commit 3bff202

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/netlify-identity.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ const localHosts = {
7070
localhost: true,
7171
"127.0.0.1": true,
7272
"0.0.0.0": true,
73-
"identity.netlify.com": true
73+
"identity.netlify.com": true,
74+
"deploy-preview-191--identity.netlify.com": true
7475
};
7576

7677
function instantiateGotrue(APIUrl) {

0 commit comments

Comments
 (0)