fix(go): show LastLogin on Manage Users
page
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f4bd798821
commit
fd2916e73e
@ -105,6 +105,7 @@ func ManageUsers() echo.HandlerFunc {
|
|||||||
IsAdmin: u.IsAdmin,
|
IsAdmin: u.IsAdmin,
|
||||||
CreatedAt: u.CreatedAt,
|
CreatedAt: u.CreatedAt,
|
||||||
UpdatedAt: u.UpdatedAt,
|
UpdatedAt: u.UpdatedAt,
|
||||||
|
LastLogin: u.LastLogin,
|
||||||
}
|
}
|
||||||
|
|
||||||
allUsers = append(allUsers, usr)
|
allUsers = append(allUsers, usr)
|
||||||
|
Loading…
Reference in New Issue
Block a user