{% extends 'frontend/layouts/index.html.twig' %} {% set active = '2fa-activate' %} {% set for2Fa = true %} {% block title %}Two Factor Authentication{% endblock %} {% block stylesheets %} {% endblock %} {% block twoFA %}
{% if getSiteLogo() %} {% endif %}
{% include 'frontend/security/2fa/first_step.html.twig' %} {% include 'frontend/security/2fa/second_step.html.twig' %}
{% endblock %}