diff --git a/frontend/src/components/AuthCallback.tsx b/frontend/src/components/AuthCallback.tsx index 114936c..2404551 100644 --- a/frontend/src/components/AuthCallback.tsx +++ b/frontend/src/components/AuthCallback.tsx @@ -18,7 +18,7 @@ export default function AuthCallback() { await checkAuth(); - navigate("/", { replace: true }); + window.location.href = "/"; } else { console.error("No token in URL"); navigate("/login?error=no_token");