Network: Be slightly more verbose
This commit is contained in:
parent
548779b08d
commit
cfac9d0310
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user