Skip to content

Commit

Permalink
Fixed wrongly addressed templaes
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke committed Dec 11, 2023
1 parent b6451e4 commit 84b8a50
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public function __construct(
parent::__construct($logger, $configurationOptionsService);
}

#[Template('registration/display_vetting_types.html.twig')]

#[Template('registration/display_second_factor_types.html.twig')]
#[Route(
path: '/registration/select-token',
name: 'ss_registration_display_types',
Expand Down Expand Up @@ -91,7 +92,7 @@ public function displaySecondFactorTypes(): Response|array
];
}

#[Template('registration/display_second_factor_types.html.twig')]
#[Template('registration/display_vetting_types.html.twig')]
#[Route(
path: '/second-factor/{secondFactorId}/vetting-types',
name: 'ss_second_factor_vetting_types',
Expand Down

0 comments on commit 84b8a50

Please sign in to comment.