{% if logged and account_logged.getCustomField('2fa_type') == 1 %} {% set header = 'Two-Factor Email Code Authentication' %} {% set text = 'Your account is currently protected by email code authentication. If you prefer to use a two-factor authentication app, you have to "Disable" email code authentication first.' %} {% else %} {% set header = 'Two-Factor App Code Authentication' %} {% set text = 'Your account is currently protected by an authenticator app. If you prefer to use the two-factor email code authentication, you have to "Unlink" the authenticator app first.' %} {% endif %}
| {{ header|raw }}
{{ text|raw }} |