Multi-Factor Authentication Setup

{% if success %}

Backup Codes

    {% for code in backup_codes %}
  • {{ code }}
  • {% endfor %}

Store these in a secure location. Each code can be used once if you lose access to your authenticator app.

Continue to Dashboard {% else %} {% if error %} {% endif %}

1. Open your authenticator app (Google Authenticator, Microsoft Authenticator, Authy, etc.)

2. Add a new account by scanning the QR code or entering the secret manually

3. Enter the 6-digit code below to verify

{{ secret }}
{{ uri }}
{% endif %}