chore: isPasswordNotValidMessage is updated (#1030)

This commit is contained in:
palash-signoz 2022-05-03 17:10:39 +05:30 committed by GitHub
parent c81b0b2a8b
commit 5bcf42d398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,4 +12,4 @@ export const isPasswordValid = (value: string): boolean => {
return pattern.test(value);
};
export const isPasswordNotValidMessage = `Password must a have minimum of 8 characters with at least one lower case, one upper case and one special character`;
export const isPasswordNotValidMessage = `Password must a have minimum of 8 characters with at least one lower case, one number ,one upper case and one special character`;