This pull request fixes an issue where the login and sign-up pages were accepting passwords with less than 8 characters. The new validation ensures that users must enter a password with a minimum of 8 characters.
Changes Made
Added password length validation to both the sign-up and login forms.
Updated error messages to notify users if their password is too short.
Description
This pull request fixes an issue where the login and sign-up pages were accepting passwords with less than 8 characters. The new validation ensures that users must enter a password with a minimum of 8 characters.
Changes Made
Issue Resolved
Fixes: Issue #20
How Has This Been Tested?
Screenshots
Checklist
Additional Comments
Please let me know if further improvements are needed. Thanks for reviewing this PR!