Skip to content

Commit

Permalink
Revert "AUT-2549: Bug fix for looping IPV page in AIS journey"
Browse files Browse the repository at this point in the history
  • Loading branch information
alhcomer authored Mar 18, 2024
1 parent 680091d commit 5da2002
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 5da2002

Please sign in to comment.