{% extends "base.html" %} {% block title %}Settings{% endblock %} {% block content %}

Scan this QR Code with your 2FA app and enter the code

QR Code

Your pairing code: {{ user_secret }}

{{ form.hidden_tag() }}
{{ form.verification_code(size=6) }} {% if form.verification_code.errors %}
{{ form.verification_code.errors[0] }}
{% endif %}
{% endblock %}