1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-24 12:02:51 +00:00

Add 2FA icon to admin panel

This commit is contained in:
Daniel García 2019-01-25 18:50:57 +01:00
parent a1dc47b826
commit 700e084101
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
4 changed files with 6 additions and 5 deletions

View file

@ -10,6 +10,9 @@
<div class="row justify-content-between">
<div class="col">
<strong>{{Name}}</strong>
{{#if TwoFactorEnabled}}
<span class="badge badge-success ml-2">2FA</span>
{{/if}}
<span class="d-block">{{Email}}</span>
</div>
<div class="col">