We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9269424 commit 6b6ea03Copy full SHA for 6b6ea03
platforms/group-charter-manager/src/components/auth/login-screen.tsx
@@ -62,7 +62,10 @@ export default function LoginScreen() {
62
setIsAuthenticating(true);
63
64
// Force a page refresh to trigger AuthProvider re-initialization
65
- window.location.reload();
+ // window.location.reload();
66
+
67
+ // Redirect the user after successful login
68
+ router.push("/charter");
69
};
70
71
eventSource.onerror = (error) => {
0 commit comments