Skip to content

Commit

Permalink
edit password requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
myix765 committed Jan 20, 2025
1 parent 128d4d5 commit 6c8ebc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/PasswordReqs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const PasswordReqs = ({ formData, setIsValid }) => {
<PasswordChecklist
rules={[
"minLength",
"capitalAndLowercase",
"number",
"specialChar",
"match"
Expand Down

0 comments on commit 6c8ebc2

Please sign in to comment.