{% extends "base.html" %} {% block content %}

Enable one time password (TOTP)

To set up your one time password, scan the QR code with an app like Authy, 1Password or Google Authenticator.

Your TOTP secret, in case you want to configure this manually, is: {{ secret }}

{{ form_html }}
{% endblock %}