Skip to content

fix(ui): remove duplicate auth error element.#1005

Open
SanjanaSidhwani wants to merge 1 commit into
Charushi06:mainfrom
SanjanaSidhwani:fix/duplicate-auth-error
Open

fix(ui): remove duplicate auth error element.#1005
SanjanaSidhwani wants to merge 1 commit into
Charushi06:mainfrom
SanjanaSidhwani:fix/duplicate-auth-error

Conversation

@SanjanaSidhwani
Copy link
Copy Markdown

Related Issue

Closes #1004

Summary

Fixes the duplicate auth error element in the login/signup modal.

Changes Made

  • Removed the duplicate auth-error paragraph from the auth modal in index.html.
  • Kept a single error element so the DOM stays valid.
  • Preserved the existing auth UI and behavior.

Testing

Verified locally by running the app and confirming only one auth-error element remains in the auth modal. Also ran npm test successfully.

Screenshots

Not applicable for this change.

Checklist

  • Code follows project style
  • Tested locally
  • No unrelated changes included
  • Documentation updated (if applicable)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: Duplicate auth error element in the login modal

1 participant