(error: any = {})
| 30 | } |
| 31 | |
| 32 | export function reportErrorMsg(error: any = {}) { |
| 33 | console.error("Function reportErrorMsg():", error); |
| 34 | message.error(getValidatorErrorMsg(error, t("TXT_CODE_6a365d01"))); |
| 35 | } |
| 36 | |
| 37 | export const PASSWORD_REGEX = /^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)[\x00-\x7F]{9,36}$/; |
| 38 |
no test coverage detected