Explorar el Código

Network: Be slightly more verbose

Alessandro Pignotti hace 2 años
padre
commit
cfac9d0310
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      network.js

+ 1 - 0
network.js

@@ -66,6 +66,7 @@ function registerNetworkLogin(cx, { authKey, statusElem, loginElem, loginElemUrl
                 await cx.networkLogin();
                 statusElem.innerHTML = "Starting login...";
                 const url = await loginPromise;
+                statusElem.innerHTML = "Login URL ready...";
                 w.location.href = url;
             }
             waitLogin();