mirror of
https://github.com/Noratrieb/oh-oh.git
synced 2026-01-17 02:15:05 +01:00
2fa
This commit is contained in:
parent
0f46ff5a89
commit
c789f7ad15
10 changed files with 406 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue