Skip to content

Commit

Permalink
chore - improve password error message
Browse files Browse the repository at this point in the history
  • Loading branch information
marwen-abid committed Apr 3, 2024
1 parent b97343e commit 9f1533d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ResetPassword.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const ResetPassword = () => {
<li>at least 12 characters long,</li>
<li>
a combination of uppercase letters, lowercase letters,
numbers, and symbols.
numbers, and at least one symbol from: !@#$%^&*.
</li>
</ul>
</div>
Expand Down

0 comments on commit 9f1533d

Please sign in to comment.