Renamed security template folder to recommended snake_case style

This commit is contained in:
Jan Böhmer 2023-02-04 22:59:43 +01:00
parent dd5691f199
commit 5696f32a04
6 changed files with 3 additions and 3 deletions

View file

@ -1,15 +0,0 @@
{% extends "security/2fa_base_form.html.twig" %}
{% block form_attributes %} data-webauthn-tfa-action="authenticate" data-webauthn-tfa-data='{{ webauthn_request_data|raw }}'{% endblock %}
{% block form %}
{% if not app.request.secure %}
<p class="text-warning"><b><i class="fas fa-exclamation-triangle fa-fw"></i> {% trans %}tfa_u2f.http_warning{% endtrans %}</b></p>
{% endif %}
<p class="widget"><input id="_auth_code" type="hidden" autocomplete="off" name="_auth_code" /></p>
<a class="ms-2" href="{{ logoutPath }}">{% trans %}user.logout{% endtrans %}</a>
{% endblock %}
{% block submit_btn %}
{% endblock %}