Carlo Piovesan 2 лет назад
Родитель
Сommit
972beef9c4
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      index.html

+ 1 - 0
index.html

@@ -98,6 +98,7 @@
             const w = window.open("login.html", "_blank");
 	    async function waitLogin() {
 	        await up();
+                statusElem.innerHTML = "Starting login...";
 		const url = await loginPromise;
 		w.location.href = url;
 	    }