Skip to content

Commit

Permalink
Render the correct template
Browse files Browse the repository at this point in the history
A reference to a no longer understood Twig namespace needed to be
removed.
  • Loading branch information
MKodde committed May 13, 2024
1 parent 27300d5 commit 742e7ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private function renderSamlResponse(

$httpResponse = (new Response)->setContent(
$this->templateEngine->render(
'SurfnetStepupGatewayGatewayBundle:gateway:' . $view . '.html.twig',
'@default/gateway/'.$view.'.html.twig',
$parameters
)
);
Expand Down

0 comments on commit 742e7ca

Please sign in to comment.