Skip to content

Commit

Permalink
refactor(LoginForm): remove unnecessary console log for cleaner code
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Feb 28, 2025
1 parent 2b6eb96 commit 75f67f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/login/LoginForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const LoginForm = ({
}

const handleLogin = (values) => {
console.log(isResetButtonPressed, 'isResetButtonPressed')
setFormSubmitted(true)
if (
!checkIsLoginFormValid(values) ||
Expand Down

0 comments on commit 75f67f0

Please sign in to comment.