diff --git a/src/components/common/state-machine/state-machine.ts b/src/components/common/state-machine/state-machine.ts index d434f3cf8..34c506686 100644 --- a/src/components/common/state-machine/state-machine.ts +++ b/src/components/common/state-machine/state-machine.ts @@ -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] }, ], },