From 0a46e2bdfc8464b6a8c6b9d9b905a392fa12cad9 Mon Sep 17 00:00:00 2001 From: Tyler Gillispie Date: Mon, 24 Aug 2026 15:46:27 -0700 Subject: [PATCH] fix(ui): use instant window.location.replace and hold loading state during auth redirect --- ui/components/AuthenticatedLayout.tsx | 2 +- ui/components/LoginPage.tsx | 2 +- ui/components/RegisterPage.tsx | 2 +- ui/public/auth-client.js | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/components/AuthenticatedLayout.tsx b/ui/components/AuthenticatedLayout.tsx index 7d87f43..7c25201 100644 --- a/ui/components/AuthenticatedLayout.tsx +++ b/ui/components/AuthenticatedLayout.tsx @@ -159,7 +159,7 @@ export const AuthenticatedLayout = ({ - +
diff --git a/ui/components/LoginPage.tsx b/ui/components/LoginPage.tsx index d5a5b49..a04f9ba 100644 --- a/ui/components/LoginPage.tsx +++ b/ui/components/LoginPage.tsx @@ -95,7 +95,7 @@ export const LoginPage = () => { - + +