Please fill out this template to help us diagnose and address your issue effectively.
Type: (Select one)
Summary:
Password validation typo error
Expected Behavior:
Password word should be used instead of email: Password length cannot exceed 200 characters
Actual Behavior:
Instead should say: Email length cannot exceed 200 characters
Describe what is actually happening.
When the password exceeds 200 characters, a validation error appears but the text used for the error has a typo.
Steps to Reproduce (Bug Reports Only):
- Go to registration page of b2b and fill out the fields till the last step where need to set password.
- In password field, add more than 200 characters.
- A validation error will appear stating: Email length cannot exceed 200 characters
Screenshots/Screen Recordings (Optional):
Code responsible
|
str = b3lang('global.emailValidate.emailLength'); |
Please fill out this template to help us diagnose and address your issue effectively.
Type: (Select one)
Summary:
Password validation typo error
Expected Behavior:
Password word should be used instead of email: Password length cannot exceed 200 characters
Actual Behavior:
Instead should say: Email length cannot exceed 200 characters
Describe what is actually happening.
When the password exceeds 200 characters, a validation error appears but the text used for the error has a typo.
Steps to Reproduce (Bug Reports Only):
Screenshots/Screen Recordings (Optional):
Code responsible
b2b-buyer-portal/apps/storefront/src/utils/validatorRules.ts
Line 18 in 1cacb44