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 3b776b4 commit 584d7f7Copy full SHA for 584d7f7
frontend/src/app/components/auth/LoginComponent.tsx
@@ -69,8 +69,10 @@ export default function LoginForm() {
69
70
// Redirect after short delay
71
setTimeout(() => {
72
+ // clear the toast
73
+ toast.dismiss();
74
router.push("/home");
- }, 1000);
75
+ }, 500);
76
77
} catch (error) {
78
console.error('Login error details:', error);
0 commit comments