forked from vergnet/site-accueil-insa
9 lines
No EOL
265 B
Twig
9 lines
No EOL
265 B
Twig
{% extends '@Login/loginLayout.twig' %}
|
|
|
|
{% block loginContent %}
|
|
<div piwik-content-block
|
|
content-title="{{ 'TwoFactorAuth_RequiredToSetUpTwoFactorAuthentication'|translate }}">
|
|
{% include '@TwoFactorAuth/_setupTwoFactorAuth.twig' %}
|
|
</div>
|
|
|
|
{% endblock %} |