Sfoglia il codice sorgente

Network: Be slightly more verbose

Alessandro Pignotti 2 anni fa
parent
commit
cfac9d0310
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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();