We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c37194 commit 3d1a46cCopy full SHA for 3d1a46c
1 file changed
git/login.html
@@ -14,7 +14,6 @@
14
15
if (!isMobile) {
16
17
- /*
18
try {
19
20
// check for cross-origin frame
@@ -30,7 +29,7 @@
30
29
// redirect to dev version and try posting login token from there
31
window.location.href = window.location.protocol + '//' + 'dev.' + window.location.host + window.location.pathname + window.location.search;
32
33
- }*/
+ }
34
35
} else {
36
0 commit comments