{{ auth.kicker(app_name, "Enable 2FA") }}
Enable 2FA
Scan the QR or enter the secret, then verify.
{% if qr_data_uri %}
{% endif %}
{% if error %}
{% set flash = { "kind": "err", "message": error } %}
Manual entry:
{{ secret }}
{% include "_partials/_flash.html" %}
{% endif %}