{% extends "base.html" %} {# CUI // SP-CTI #} {% block title %}MFA Enrollment — ICDEV™{% endblock %} {% block content %}

Set Up Multi-Factor Authentication

Scan the QR code with your authenticator app (e.g. Google Authenticator, Authy), then enter the 6-digit code to confirm enrollment.

{% if error %} {% endif %} {% if qr_data_uri %}
TOTP QR Code
{% endif %} {% if totp_secret %}
Can't scan? Enter key manually {{ totp_secret }}
{% endif %}
Enter the 6-digit code shown in your authenticator app.
{% if backup_codes %}
⚠ Save your backup codes

Store these 10 single-use recovery codes securely. They will not be shown again.

{% for code in backup_codes %} {{ code }} {% endfor %}
{% endif %}
{% endblock %} {# CUI // SP-CTI #}