diff --git a/src/Controller/WebauthnKeyRegistrationController.php b/src/Controller/WebauthnKeyRegistrationController.php index 23082777..f778d9ce 100644 --- a/src/Controller/WebauthnKeyRegistrationController.php +++ b/src/Controller/WebauthnKeyRegistrationController.php @@ -53,7 +53,7 @@ class WebauthnKeyRegistrationController extends AbstractController return $this->render( - 'Security/Webauthn/webauthn_register.html.twig', + 'security/Webauthn/webauthn_register.html.twig', [ 'registrationRequest' => $registrationHelper->generateRegistrationRequestAsJSON(), ]