mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05: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