diff --git a/platforms/group-charter-manager/src/components/auth/login-screen.tsx b/platforms/group-charter-manager/src/components/auth/login-screen.tsx index 89a91f2d..9567b47b 100644 --- a/platforms/group-charter-manager/src/components/auth/login-screen.tsx +++ b/platforms/group-charter-manager/src/components/auth/login-screen.tsx @@ -62,7 +62,10 @@ export default function LoginScreen() { setIsAuthenticating(true); // Force a page refresh to trigger AuthProvider re-initialization - window.location.reload(); + // window.location.reload(); + + // Redirect the user after successful login + router.push("/charter"); }; eventSource.onerror = (error) => {