You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In LoginPage.jsx and SignupPage.jsx, users cannot see the password they are typing. We need to add an "eye" icon inside the password input fields. When clicked, it should toggle the type attribute of the between "password" and "text".
In LoginPage.jsx and SignupPage.jsx, users cannot see the password they are typing. We need to add an "eye" icon inside the password input fields. When clicked, it should toggle the type attribute of the between "password" and "text".