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

TOTP has been enabled for your account

Please save these recovery codes for later use, in case you misplace your TOTP device.

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

It is also recommended that you keep the SSH and PGP public keys on file for your account up-to-date, so that we may use them as a secondary authentication mechanism in case you require account recovery services.

Continue {{icon('caret-right')}}
{% endblock %}