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

Enable Two-Factor Authentication

Scan the QR code with your 2FA app or enter the text code below to enable 2FA.

QR Code

Text Code: {{ text_code }}

{{ form.hidden_tag() }} {{ form.verification_code.label }} {{ form.verification_code(size=6) }} {% if form.verification_code.errors %} {% for error in form.verification_code.errors %} {{ error }} {% endfor %} {% endif %}
{% endblock %}