mirror of
https://github.com/slawkens/myaac.git
synced 2025-06-26 14:50:15 +02:00
13 lines
251 B
Twig
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/>
|