mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
Adjust listing link for view/edit
This commit is contained in:
@ -47,7 +47,8 @@ namespace Bit.Admin.Controllers
|
||||
Items = users as List<User>,
|
||||
Email = string.IsNullOrWhiteSpace(email) ? null : email,
|
||||
Page = page,
|
||||
Count = count
|
||||
Count = count,
|
||||
Action = _globalSettings.SelfHosted ? "View" : "Edit"
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user