{% extends "meta.html" %} {% block title %} Configure TOTP authentication - meta.sr.ht {% endblock %} {% block content %}

Enable TOTP authentication

Scan this QR code with an app like FreeOTP and enter the generated TOTP code to enable TOTP on your account.

{{csrf_token()}}
{{valid.summary("code")}}
{% endblock %}