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:
parent
9824d94a1c
commit
1eb5495802
4 changed files with 25 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue