This commit is contained in:
nora 2025-07-13 01:04:41 +02:00
parent 0f46ff5a89
commit c789f7ad15
10 changed files with 406 additions and 9 deletions

View file

@ -21,5 +21,13 @@
<div>
<a href="/users">List all users</a>
</div>
{% if let Some(username) = username %}
<div>
<a href="/add-totp">Add a new 2FA device to your account</a>
</div>
<div>
<a href="/2fa">List all 2FA devices for your account</a>
</div>
{% endif %}
</body>
</html>