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
Describe the bug
The signup page contains the text "Already have an account?" twice: once as a standalone clickable link and again as part of the descriptive text. This redundancy is unnecessary and could confuse users.
To Reproduce
Steps to reproduce the behavior:
Open the application and navigate to the signup page.
Observe the text "Already have an account?" appearing twice in close proximity.
Notice that both instances serve slightly different purposes but lack distinction.
Expected behavior
The link "Already have an account?" should appear only once, either as a standalone clickable link or integrated into the descriptive text.
Screenshots 'Already have an account?' link appears twice on signup page:
Desktop (please complete the following information):
OS: macOS Ventura 13.1
Browser : Chrome/Brave/Safari
Additional context
Consolidating the message into a single, clear link would improve the user experience and eliminate confusion. Additionally, the link currently does not work and results in a 404 error.
Clarification on the exact intended functionality of the link (e.g., navigating to a login page or opening a modal) would be helpful so that the correct functionality can be implemented. This would also allow me to address the issue and add the proper working link.
The text was updated successfully, but these errors were encountered:
Hi @birm,
Currently, the PR removes the duplicity of the "Already have an account?" link on the signup page. However, the link leads to a 404 error.
On the local environment, it is linked to the loginPage function, which attempts to redirect to login.html. However, there’s no actual functionality implemented on login.html. Clarification on its expected functionality would help me implement the correct fix accurately.
Thanks.
Describe the bug
The signup page contains the text "Already have an account?" twice: once as a standalone clickable link and again as part of the descriptive text. This redundancy is unnecessary and could confuse users.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The link "Already have an account?" should appear only once, either as a standalone clickable link or integrated into the descriptive text.
Screenshots
'Already have an account?' link appears twice on signup page:
Desktop (please complete the following information):
OS: macOS Ventura 13.1
Browser : Chrome/Brave/Safari
Additional context
Consolidating the message into a single, clear link would improve the user experience and eliminate confusion. Additionally, the link currently does not work and results in a 404 error.
Clarification on the exact intended functionality of the link (e.g., navigating to a login page or opening a modal) would be helpful so that the correct functionality can be implemented. This would also allow me to address the issue and add the proper working link.
The text was updated successfully, but these errors were encountered: