{% set title = 'Disable Two Factor App' %} {% set background = config('darkborder') %} {% set content %}
Two-factor authentication is already enabled on your account.
Click the button to disable the two-factor app.

{{ csrf() }} {% set button_name = 'Disable' %} {{ include('buttons.base.html.twig') }}
{% endset %} {% include 'tables.headline.html.twig' %}