twenty
twenty copied to clipboard
Fix [#7601]: Add a helper for passwords during sign-up
PR Overview
This PR attempts to solve Issue #7601.
Key Changes and Reason for Change:
- I have added the text in red color instead of what was suggested in the issue picture. This change was made because when the user types an incorrect password and clicks on "Sign In," the error handler triggers a message while the user is backspacing characters in the password field. The message indicates that the password must be at least 8 characters long (refer to Fig. 1).
Figures:
-
Fig. 1: Password validation error message after signin clicked and password < 8 characters [Existing]
-
Fig. 2: Password validation message before signin clicked[Added]