{% 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 %}

{% trans %}tfa_u2f.http_warning{% endtrans %}

{% endif %}

{% trans %}user.logout{% endtrans %} {% endblock %} {% block submit_btn %} {% endblock %}