Skip to content

feat(auth): implement email verification flow UI with token handling and resend option#46

Merged
ayshadogo merged 3 commits intoDfunder:mainfrom
lynaDev2:feature/email-verification-ui
Mar 5, 2026
Merged

feat(auth): implement email verification flow UI with token handling and resend option#46
ayshadogo merged 3 commits intoDfunder:mainfrom
lynaDev2:feature/email-verification-ui

Conversation

@lynaDev2
Copy link
Contributor

@lynaDev2 lynaDev2 commented Mar 5, 2026

closes #27 Description:

Created VerifyEmailPage.jsx

Extracts token from /verify-email/:token

Dispatches verifyEmail(token) on mount

Added loading state

Shows success message with Login button

Shows error state with "Resend verification email" option

Valid tokens display success; invalid/expired tokens show error with resend option.

@ayshadogo
Copy link
Contributor

@lynaDev2

Please resolve conflicts

@lynaDev2
Copy link
Contributor Author

lynaDev2 commented Mar 5, 2026

@ayshadogo resolved

@ayshadogo
Copy link
Contributor

Thank you for your contribution

@ayshadogo ayshadogo merged commit f609280 into Dfunder:main Mar 5, 2026
3 checks passed
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.

Email Verification UI

2 participants