Skip to content

Add account-settings email change confirmation route - #2208

Merged
jmgasper merged 1 commit into
devfrom
email_change_validation
Aug 31, 2026
Merged

Add account-settings email change confirmation route#2208
jmgasper merged 1 commit into
devfrom
email_change_validation

Conversation

@jmgasper

Copy link
Copy Markdown
Collaborator

Summary

  • add the public /account-settings/email-change/verify?code=... route
  • forward the signed code to identity-api-v6 to complete the pending email change
  • retain the legacy /account-settings/changeEmail?token=... route for already-issued links
  • add route, forwarding, success-state, missing-code, and legacy-link regression coverage

Verification

  • yarn test:no-watch --runTestsByPath src/apps/accounts/src/accounts.routes.spec.tsx src/apps/accounts/src/lib/services/email-change.service.spec.ts src/apps/accounts/src/settings/change-email-verification/ChangeEmailVerificationPage.spec.tsx --runInBand
  • yarn lint
  • yarn build (passes with existing repository warnings)

Related

@jmgasper
jmgasper requested a review from kkartunov as a code owner August 31, 2026 23:36
@jmgasper
jmgasper merged commit 98ee7ed into dev Aug 31, 2026
7 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.

1 participant