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
There is no "Forgot Password" or "Forgot Username" option available, preventing users from recovering their accounts if they forget their login credentials.
Steps to Reproduce:
Attempt to log in to the website.
Observe that there is no "Forgot Password" or "Forgot Username" option for account recovery.
Eye icon not appearing consistently on password field click; it only shows the first time
Solution: Ensure that the eye icon functionality for toggling password visibility is consistently bound to the password input field. This can be done by reattaching the event listener after each interaction or by checking if the DOM manipulation is interfering with its visibility
The text was updated successfully, but these errors were encountered:
There is no "Forgot Password" or "Forgot Username" option available, preventing users from recovering their accounts if they forget their login credentials.
Steps to Reproduce:
Attempt to log in to the website.
Observe that there is no "Forgot Password" or "Forgot Username" option for account recovery.
Eye icon not appearing consistently on password field click; it only shows the first time
Solution: Ensure that the eye icon functionality for toggling password visibility is consistently bound to the password input field. This can be done by reattaching the event listener after each interaction or by checking if the DOM manipulation is interfering with its visibility
The text was updated successfully, but these errors were encountered: