Moved TOTP codes out of the main users table.

This commit is contained in:
flash 2025-02-08 01:29:47 +00:00
parent 3897dc13fe
commit b13cc7804d
13 changed files with 173 additions and 53 deletions
templates/settings

View file

@ -130,7 +130,7 @@
{% endif %}
<div class="settings__two-factor__settings">
{% if settings_user.hasTOTP %}
{% if has_totp %}
<div class="settings__two-factor__settings__status">
<i class="fas fa-lock fa-fw"></i> Two Factor Authentication is enabled!
</div>