diff --git a/index.html b/index.html index 5d228f1..a0b402d 100644 --- a/index.html +++ b/index.html @@ -100,7 +100,7 @@ await up(); statusElem.innerHTML = "Starting login..."; const url = await loginPromise; - w.location.href = url; + w.changeLocation(url); } waitLogin(); }; diff --git a/login.html b/login.html index 775fa45..5c72af3 100644 --- a/login.html +++ b/login.html @@ -5,6 +5,12 @@