{% extends "layout.html" %} {% block title %} TOTP challenge - {{cfg("sr.ht", "site-name")}} meta {% endblock %} {% block content %}

TOTP recovery

{% if supported %}

Please enter one of your TOTP recovery codes to continue:

{{csrf_token()}}
{{valid.summary("recovery-code")}}

Submitting this form will disable TOTP on your account.

{% else %}
Your TOTP was configured prior to the introduction of recovery codes. Please contact support to continue.
{% endif %}
{% endblock %}