mirror of
https://github.com/bitwarden/server
synced 2025-12-13 23:03:36 +00:00
Adjust listing link for view/edit
This commit is contained in:
@@ -50,7 +50,8 @@ namespace Bit.Admin.Controllers
|
||||
UserEmail = string.IsNullOrWhiteSpace(userEmail) ? null : userEmail,
|
||||
Paid = paid,
|
||||
Page = page,
|
||||
Count = count
|
||||
Count = count,
|
||||
Action = _globalSettings.SelfHosted ? "View" : "Edit"
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user