diff --git a/earth/login/index.html b/earth/login/index.html index 00be6ea..f55bc4b 100644 --- a/earth/login/index.html +++ b/earth/login/index.html @@ -158,7 +158,7 @@ a {
@@ -181,7 +181,7 @@ a {
CONSOLE -

TW connect

+

ZEN connexion

@@ -257,12 +257,7 @@ a { } // GET PASS TO DECODE PGP - var oldpass = document.getElementById("PASS").value; - if ( oldpass == 'PASS') { - var pass = prompt("Saisir PIN:"); - } else { - var pass = oldpass; - } + var pass = prompt("Saisir PASS:"); // PREVIOUS G1PUB SCAN var g1pub = document.getElementById("g1pub").value; @@ -270,7 +265,7 @@ a { var myU = station + '/?qrcode=' + content +'&pass=' + pass + '&' + appname + '=' + amount + '&g1pub=' + g1pub ; console.log(myU); - if ( appname == 'login' || appname == 'logout' ) { + if ( appname == 'login' || appname == 'logout' || appname == 'flipper' ) { homeAstroportStation(myU, 'tab', 5000) } else { homeAstroportStation(myU, 'aframe', 12000) @@ -283,7 +278,7 @@ a { // document.getElementById("resu").innerHTML = content; var myU = station + '/?qrcode=' + content; console.log(myU); - homeAstroportStation(myU, 'aframe', 12000) + homeAstroportStation(myU, 'aframe', 7000) } // fetchAstroport(myU)