Skip to content

Commit

Permalink
Merge pull request #1461 from govuk-one-login/revert-1457-AUT-2549/bu…
Browse files Browse the repository at this point in the history
…gfix-for-prove-identity-loop

Revert "AUT-2549: Bug fix for looping IPV page in AIS journey"
  • Loading branch information
alhcomer authored Mar 18, 2024
2 parents 680091d + 5da2002 commit 032cc54
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/common/state-machine/state-machine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,10 +589,6 @@ const authStateMachine = createMachine(
target: [PATH_NAMES.SHARE_INFO],
cond: "isConsentRequired",
},
{
target: [PATH_NAMES.PROVE_IDENTITY],
cond: "isIdentityRequired",
},
{ target: [PATH_NAMES.AUTH_CODE] },
],
},
Expand Down

0 comments on commit 032cc54

Please sign in to comment.