diff --git a/API/UPLANET.sh b/API/UPLANET.sh index c6c0d6d9..11dc16ea 100755 --- a/API/UPLANET.sh +++ b/API/UPLANET.sh @@ -349,7 +349,7 @@ echo "$HTTPCORS

UPlanet Registration

-

${EMAIL}
remember your TW PASS

+

${EMAIL}
this is your TW PASS

${NPASS}

---
TWPORTATION diff --git a/templates/register.html b/templates/register.html index 481a2863..f1640254 100644 --- a/templates/register.html +++ b/templates/register.html @@ -3,7 +3,7 @@ [Astroport] : G1Visa Application : _HOSTNAME_ :: _IPFSNODEID_ - + @@ -253,7 +253,9 @@ function testLatency(cb) { function countdown() { if (timeLeft == -1) { clearTimeout(timerId); - elem.innerHTML = "OK" + elem.innerHTML = "RETRY" + document.getElementById('aframe').src = 'http://127.0.0.1:12345'; + document.getElementById('console').style.visibility = 'visible'; } else { elem.innerHTML = timeLeft + " s"; timeLeft--;