Skip to content

Fix auth form validation and login redirect issue#91

Open
abdul-wahab619 wants to merge 2 commits intogbowne1:masterfrom
abdul-wahab619:feature/express-validation
Open

Fix auth form validation and login redirect issue#91
abdul-wahab619 wants to merge 2 commits intogbowne1:masterfrom
abdul-wahab619:feature/express-validation

Conversation

@abdul-wahab619
Copy link

This PR improves the authentication flow by adding proper validation to auth forms and fixing a critical login bug.

What’s changed

  • Added client-side validation for authentication forms to improve UX and prevent invalid submissions.
  • Fixed a weird issue where clicking Login redirected users to the home page without completing authentication.
  • Improved overall reliability of the auth flow.

Bug Fix

  • Resolved unintended redirect to home on login click without successful authentication.

Related Issue

Closes #74

@gbowne1 gbowne1 added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] Add express-validator

2 participants