Skip to content

Commit

Permalink
Merge pull request #1911 from govuk-one-login/bau-add-update-name-to-…
Browse files Browse the repository at this point in the history
…journey-map

BAU: Add update name journey to journey map render
  • Loading branch information
Wynndow authored May 13, 2024
2 parents 31a73d2 + 49074ea commit b8f43d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion journey-map/public/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const JOURNEY_TYPES = {
INITIAL_JOURNEY_SELECTION: 'Initial journey selection',
NEW_P2_IDENTITY: 'New P2 identity',
REUSE_EXISTING_IDENTITY: 'Reuse existing identity',
UPDATE_NAME: 'Update name',
UPDATE_ADDRESS: 'Update address',
INELIGIBLE: 'Ineligible journey',
FAILED: 'Failed journey',
TECHNICAL_ERROR: 'Technical error',
Expand All @@ -18,7 +20,6 @@ const JOURNEY_TYPES = {
F2F_FAILED: 'F2F failed',
OPERATIONAL_PROFILE_MIGRATION: 'Operational profile migration',
OPERATIONAL_PROFILE_REUSE: 'Operational profile reuse',
UPDATE_ADDRESS: 'Update Address',
};

const CRI_NAMES = {
Expand Down

0 comments on commit b8f43d7

Please sign in to comment.