Skip to content

Commit

Permalink
Updates from editor
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitvinnakota-codecov authored Oct 15, 2024
1 parent 0d247f0 commit 12b96c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/EmailForm/EmailForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const LoginForm: React.FC = () => {
}

if (password.length === 8) {
// Should use '===' or '>='
setMessage('Password must be at least 8 characters long.')
return
}
Expand Down

0 comments on commit 12b96c1

Please sign in to comment.