{% load static mfa %}

Scan the code with your TOTP app and enter a valid code to finish registration.

{{ mfa_data.url|qrcode }} {{ mfa_data.secret }}
{% csrf_token %} {% for error in form.non_field_errors %}

{{ error }}

{% endfor %}