Skip to content

Commit 3d1a46c

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

git/login.html

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

1515
if (!isMobile) {
1616

17-
/*
1817
try {
1918

2019
// check for cross-origin frame
@@ -30,7 +29,7 @@
3029
// redirect to dev version and try posting login token from there
3130
window.location.href = window.location.protocol + '//' + 'dev.' + window.location.host + window.location.pathname + window.location.search;
3231

33-
}*/
32+
}
3433

3534
} else {
3635

0 commit comments

Comments
 (0)