2 lines
41 B
TypeScript
2 lines
41 B
TypeScript
export const PASSWORD_REGEX = /^.{8,}$/;
|
export const PASSWORD_REGEX = /^.{8,}$/;
|