Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
nknguyenhc committed Oct 3, 2024
1 parent c1a62ec commit 71e57a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Login = (): ReactElement => {
if (email === "[email protected]" && password === "password") {
setLoading(true);
setTimeout(() => {
navigate("/");
navigate("/");
}, 3000);
} else {
setLoginError("Invalid email or password.");
Expand Down

0 comments on commit 71e57a0

Please sign in to comment.