From 8a2b26e693b2191e037e21e23f4a5603cdeeefaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 27 Nov 2022 21:45:04 +0100 Subject: [PATCH] Tried something to fix tests on Linux --- src/Controller/WebauthnKeyRegistrationController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), ]