Skip to content

fix: normalize auth navigation links to /auth#114

Merged
DeadIndian merged 1 commit into
DeadIndian:mainfrom
KGFCH2:fix/client-auth-route-links
Jun 3, 2026
Merged

fix: normalize auth navigation links to /auth#114
DeadIndian merged 1 commit into
DeadIndian:mainfrom
KGFCH2:fix/client-auth-route-links

Conversation

@KGFCH2
Copy link
Copy Markdown
Contributor

@KGFCH2 KGFCH2 commented Jun 2, 2026

Related Issue

Closes #113

Summary

Normalizes frontend auth navigation links to a single /auth entry point.

Changes Made

  • Updated client/src/components/Navbar.jsx
  • Updated client/src/components/Home.jsx
  • Updated client/src/pages/AuthForms.jsx

Testing

  • Verified auth links navigate to /auth
  • Confirmed no broken /login or /register routes remain
  • Tested landing page auth CTAs

Impact

Eliminates stale routing and improves auth navigation consistency.

Checklist

  • Code follows project standards
  • Tested locally
  • No unrelated changes included
  • Routing consistency verified

@DeadIndian DeadIndian added good first issue Good for newcomers newbie Level 1 issue for ELUSOC 2026 ELUSOC labels Jun 3, 2026
@DeadIndian DeadIndian merged commit 6ad47c4 into DeadIndian:main Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ELUSOC good first issue Good for newcomers newbie Level 1 issue for ELUSOC 2026

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Frontend auth navigation links use stale /login and /register routes

2 participants