mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Renamed security template folder to recommended snake_case style
This commit is contained in:
parent
dd5691f199
commit
5696f32a04
6 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
tfa_webauthn:
|
tfa_webauthn:
|
||||||
enabled: true
|
enabled: true
|
||||||
template: security/Webauthn/webauthn_login.html.twig
|
template: security/webauthn/webauthn_login.html.twig
|
||||||
|
|
||||||
rpName: '%partdb.title%'
|
rpName: '%partdb.title%'
|
||||||
|
|
|
@ -55,7 +55,7 @@ class StatisticsController extends AbstractController
|
||||||
{
|
{
|
||||||
$this->denyAccessUnlessGranted('@tools.statistics');
|
$this->denyAccessUnlessGranted('@tools.statistics');
|
||||||
|
|
||||||
return $this->render('/Statistics/statistics.html.twig', [
|
return $this->render('tools/statistics/statistics.html.twig', [
|
||||||
'helper' => $helper,
|
'helper' => $helper,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
@ -71,7 +71,7 @@ class WebauthnKeyRegistrationController extends AbstractController
|
||||||
|
|
||||||
|
|
||||||
return $this->render(
|
return $this->render(
|
||||||
'security/Webauthn/webauthn_register.html.twig',
|
'security/webauthn/webauthn_register.html.twig',
|
||||||
[
|
[
|
||||||
'registrationRequest' => $registrationHelper->generateRegistrationRequestAsJSON(),
|
'registrationRequest' => $registrationHelper->generateRegistrationRequestAsJSON(),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue