diff options
author | janost <[email protected]> | 2020-11-30 22:00:51 +0100 |
---|---|---|
committer | janost <[email protected]> | 2020-12-03 17:07:32 +0100 |
commit | 1eb5495802e8447649c054b59843762b15b82b56 (patch) | |
tree | 20dda07df981c81c8dc943af506e3a029319f631 /src/static | |
parent | 9824d94a1cc039d1e0ac62301abf0b6fbb148709 (diff) | |
download | vaultwarden-1eb5495802e8447649c054b59843762b15b82b56.tar.gz vaultwarden-1eb5495802e8447649c054b59843762b15b82b56.zip |
Show latest active device as last active on admin page
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/templates/admin/users.hbs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/templates/admin/users.hbs b/src/static/templates/admin/users.hbs index c99d9283..9f55b1e4 100644 --- a/src/static/templates/admin/users.hbs +++ b/src/static/templates/admin/users.hbs @@ -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> |