Moved TOTP codes out of the main users table.
This commit is contained in:
parent
3897dc13fe
commit
b13cc7804d
13 changed files with 173 additions and 53 deletions
templates/settings
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue