Tried something to fix tests on Linux

This commit is contained in:
Jan Böhmer 2022-11-27 21:45:04 +01:00
parent c153502b3f
commit 8a2b26e693

View file

@ -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(),
]