Skip to content

[codex] Add email verification frontend#14471

Draft
dylanjeffers wants to merge 1 commit into
mainfrom
codex/email-verification-frontend
Draft

[codex] Add email verification frontend#14471
dylanjeffers wants to merge 1 commit into
mainfrom
codex/email-verification-frontend

Conversation

@dylanjeffers

Copy link
Copy Markdown
Contributor

Summary

  • Add the /verify-email web route used by Identity Service email verification redirects.
  • Add status-specific copy for success, expired, invalid, and error verification outcomes.
  • Add email verification resend actions to desktop settings, mobile web settings, and React Native account settings.
  • Add a shared IdentityService.resendEmailVerification() client method.

Impact

Users who click verification links now land on a real app page, and signed-in users can resend the verification email from account settings. The new email verification card is separate from the existing profile/Persona verification flow.

Validation

  • npm run typecheck in packages/web
  • npm run typecheck in packages/mobile
  • npm run lint in packages/web
  • npm run stylelint -- src/pages/verify-email-page/VerifyEmailPage.module.css in packages/web
  • Focused ESLint on touched common, web, and mobile files
  • Browser checked http://localhost:3000/verify-email?status=success and status=expired

Notes

  • Full packages/common typecheck/lint and full packages/mobile lint currently fail on unrelated pre-existing issues outside this patch.

@changeset-bot

changeset-bot Bot commented Jun 10, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a484a4a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

Copy link
Copy Markdown
Contributor

🌐 Web preview ready

Preview URL: https://audius-web-preview-pr-14471.audius.workers.dev

Unique preview for this PR (deployed from this branch).
Workflow run

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant