Fix infinite browser spinner on login redirect
All checks were successful
Automated Container Build / build-and-push (push) Successful in 53s

This commit is contained in:
Elijah 2026-06-27 20:26:58 -07:00
parent 00eac1457c
commit 64aae611fc

View file

@ -36,8 +36,7 @@ export default function LoginPage() {
return; return;
} }
router.push("/"); window.location.href = "/";
router.refresh();
} catch { } catch {
setError("Network error. Please try again."); setError("Network error. Please try again.");
} finally { } finally {