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

Two-Factor Authentication

{% if not pending %}

Scan this QR code with your authenticator app:

TOTP QR Code

Or enter this key manually:

{{ secret }}

{% endif %}

{% if pending %}Enter the current 6-digit code from your app to verify:{% else %}Enter the current 6-digit code to verify setup:{% endif %}

{% endblock %}