Consolidates duplicate password input implementations across login and settings screens into a single reusable component.
Improves code maintainability by eliminating redundant password visibility toggle logic and standardizing password input behavior throughout the application.
Adds consistent accessibility support and test identifiers across all password input instances.