Skip to content

Commit

Permalink
fix(forgot-password): clerk error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Mar 18, 2024
1 parent f383322 commit dd832db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(account)/forgot-password/ForgotPassword.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function ForgotPassword() {
'Given password is not strong enough. For account safety, please use a different password.',
},
{
code: 'form_password_not_strong_enough',
code: 'form_password_pwned',
field: 'password',
message:
'Password has been found in an online data breach. For account safety, please use a different password.',
Expand Down

0 comments on commit dd832db

Please sign in to comment.