Feature: I want to add a feature that allows users to view or hide their password while typing in the login and signup forms. Currently, the password input is always hidden, which can cause issues if the user mistypes.
Proposed Solution:
Add a toggle button/icon (👁️ / 👁️🗨️) to switch the password input field between password and text.
Update the icon dynamically to indicate the current state (visible/hidden).
Implement the same functionality in both login and signup forms.