{% extends "panel/base.html" %} {% block title %}Recovery Codes — JQC Control{% endblock %} {% block page_title %}Two-Factor Authentication{% endblock %} {% block content %}
Two-factor authentication is now enabled.

Save your recovery codes

Each code works once if you lose access to your authenticator. Store them somewhere safe — they will not be shown again.

{% for code in codes %}
{{ code }}
{% endfor %}
{% endblock %}