Browse Source

regex constant typo fix

pull/2619/head
dorj222 2 years ago
parent
commit
1d535ea9b5
  1. 2
      web/utils/config-constants.tsx

2
web/utils/config-constants.tsx

@ -584,4 +584,4 @@ export const PASSWORD_COMPLEXITY_RULES = [
}, },
]; ];
export const REGEX_PASSWORD = /^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[!@#$%^&*]).{8,192}$/g; export const REGEX_PASSWORD = /^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[!@#$%^&*]).{8,192}$/;

Loading…
Cancel
Save