1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-25 20:23:30 +00:00

Show latest active device as last active on admin page

This commit is contained in:
janost 2020-11-30 22:00:51 +01:00
parent 9824d94a1c
commit 1eb5495802
4 changed files with 25 additions and 0 deletions

View file

@ -21,6 +21,8 @@
<div class="float-left">
<strong>{{Name}}</strong>
<span class="d-block">{{Email}}</span>
<span class="d-block">Created at: {{created_at}}</span>
<span class="d-block">Last active: {{last_active}}</span>
<span class="d-block">
{{#if TwoFactorEnabled}}
<span class="badge badge-success mr-2" title="2FA is enabled">2FA</span>