Skip to content

Commit

Permalink
Waits 5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneggz committed Jul 21, 2024
1 parent ca46542 commit 462d291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/forms/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const LoginForm = () => {
if (loading) {
timer = setTimeout(() => {
setTimeoutExceeded(true);
}, 500); // 5 seconds timeout
}, 5000); // 5 seconds timeout
}
return () => {
clearTimeout(timer);
Expand Down

0 comments on commit 462d291

Please sign in to comment.