Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
FIX: VOL-3471: TM Journey uses Verify when GOV.UK Acc toggle is off
Browse files Browse the repository at this point in the history
  • Loading branch information
jerotire committed Nov 28, 2022
1 parent 9a0fc96 commit 1d7beda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ protected function digitalSignatureAction()
$routeParams = ['lva'=>$this->lva, 'role'=>$role, 'applicationId'=>$this->tma['application']['id'], 'transportManagerApplicationId'=>$this->tma['id']];
$featureEnabled = $this->handleQuery(IsEnabledQry::create(['ids' => [FeatureToggle::GOVUK_ACCOUNT]]))->getResult()['isEnabled'];
if (!$featureEnabled) {
$this->redirect()->toRoute(
return $this->redirect()->toRoute(
'verify/transport-manager',
$routeParams
);
Expand Down

0 comments on commit 1d7beda

Please sign in to comment.