Skip to content

Commit a386660

Browse files
signup password msg updated
1 parent 8ce56f3 commit a386660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pages/SignupLogin/SignupLogin.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function UserSignupPage() {
167167
pattern: {
168168
value: /^(?=.*[a-zA-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,20}$/,
169169
message:
170-
"Password must be at least 8 to 20 characters long. It must be only letters, special characters and numbers.",
170+
"Password must be at least 8 to 20 characters long. It must contain at least one letter, one special character and one digit.",
171171
},
172172
})}
173173
/>

0 commit comments

Comments
 (0)