mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-02 03:10:40 +08:00
chore: isPasswordNotValidMessage is updated (#1030)
This commit is contained in:
parent
c81b0b2a8b
commit
5bcf42d398
@ -12,4 +12,4 @@ export const isPasswordValid = (value: string): boolean => {
|
|||||||
return pattern.test(value);
|
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`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user