- Added a new PasswordInput component to encapsulate password input logic, including visibility toggling and error handling.
- Updated LoginForm, Registration, and ResetPassword components to utilize PasswordInput, improving code reusability and readability.
- Removed redundant password input code from these components, streamlining the authentication forms.
This change enhances user experience by providing a consistent and accessible password input interface across the application.