{% extends "base.html" %} {% from "macros.html" import icon, btn, badge %} {% block title %}{{ t('Enable 2FA') }}{% endblock %} {% block content %}
{{ t('Add an extra layer of security to your account using an authenticator app') }}
{{ t('Scan this image with an authenticator app like Google Authenticator, Authy, or 1Password to connect your account.') }}
{{ t('You can manually enter this secret key into your app:') }}
{{ secret }}
{{ t('Confirm the setup by entering the 6-digit code currently displayed in your authenticator app.') }}