Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate Display of 'Already have an account' link on Signup Page #1065

Open
chandrikarj opened this issue Jan 9, 2025 · 1 comment
Open
Labels

Comments

@chandrikarj
Copy link

chandrikarj commented Jan 9, 2025

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:

  1. Open the application and navigate to the signup page.
  2. Observe the text "Already have an account?" appearing twice in close proximity.
  3. 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:

Screenshot 2025-01-10 at 12 31 03 AM

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.

@chandrikarj
Copy link
Author

chandrikarj commented Jan 9, 2025

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.

birm added a commit that referenced this issue Jan 11, 2025
Fixes #1065 Removes the duplicate link on signup page
@chandrikarj chandrikarj reopened this Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant