Skip to content

Commit 623be68

Browse files
committed
remove identity site from local host list
1 parent 3c9b8fd commit 623be68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/netlify-identity.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ function setStyle(el, css) {
6969
const localHosts = {
7070
localhost: true,
7171
"127.0.0.1": true,
72-
"0.0.0.0": true,
73-
"identity.netlify.com": true
72+
"0.0.0.0": true
7473
};
7574

7675
function instantiateGotrue(APIUrl) {

0 commit comments

Comments
 (0)