Open
Description
Description:
Implement a feature in the Yuki Manga website login form to allow users to toggle password visibility. This enhancement will improve user experience by enabling users to verify passwords without retyping them.
Expected Behavior:
- Include a "Show Password" button next to the password input field.
- Clicking the button toggles password visibility.
- Passwords default to hidden for security reasons.
Acceptance Criteria:
- Password visibility toggle implemented.
- Functionality integrated using React components.
- Enhances user experience without compromising security.