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 4, 2024
1 parent b97343e commit 005b429
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/ResetPassword.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,10 @@ export const ResetPassword = () => {
<ul>
<li>at least 12 characters long,</li>
<li>
a combination of uppercase letters, lowercase letters,
numbers, and symbols.
a combination of uppercase letters, lowercase letters and
numbers
</li>
<li>at least one symbol from: <span style={{fontFamily: 'monospace'}}>! @ # $ % ^ &amp; *</span></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 005b429

Please sign in to comment.