diff --git a/frontend/src/pages/Login/Login.tsx b/frontend/src/pages/Login/Login.tsx index d4c1196ed0..a8b9fac1ea 100644 --- a/frontend/src/pages/Login/Login.tsx +++ b/frontend/src/pages/Login/Login.tsx @@ -55,7 +55,7 @@ const Login = (): ReactElement => { if (email === "test@example.com" && password === "password") { setLoading(true); setTimeout(() => { - navigate("/"); + navigate("/"); }, 3000); } else { setLoginError("Invalid email or password.");