Skip to content

Commit 6c37194

Browse files
authored
Update login.html
1 parent 0165222 commit 6c37194

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

git/login.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
if (!isMobile) {
1616

17+
/*
1718
try {
1819
1920
// check for cross-origin frame
@@ -29,7 +30,7 @@
2930
// redirect to dev version and try posting login token from there
3031
window.location.href = window.location.protocol + '//' + 'dev.' + window.location.host + window.location.pathname + window.location.search;
3132
32-
}
33+
}*/
3334

3435
} else {
3536

0 commit comments

Comments
 (0)