myaac/system/templates/account.2fa.main.html.twig
2025-06-22 18:50:54 +02:00

13 lines
251 B
Twig

{% set title = 'Two-Factor Authentication' %}
{% set content %}
<table style="width:100%;">
<tbody>
{{ include(twoFactorViews[0]) }}
{{ include(twoFactorViews[1]) }}
</tbody>
</table>
{% endset %}
{% include('tables.headline.html.twig') %}
<br/>