diff --git a/app/land.ts b/app/land.ts index 65ccc5d58..57120b507 100644 --- a/app/land.ts +++ b/app/land.ts @@ -33,6 +33,9 @@ connection.finishLogin(async () => { }) debug.set(dbg) + if(attempt > 10){ + window.location.reload() + } } while (!token) console.log("Login finished, redirecting to passthrough; token is " + token) tokenSrc.set(token)