mirror of
https://github.com/bitwarden/server
synced 2025-12-13 14:53:34 +00:00
more org/user info
This commit is contained in:
@@ -51,7 +51,8 @@ namespace Bit.Admin.Controllers
|
||||
Paid = paid,
|
||||
Page = page,
|
||||
Count = count,
|
||||
Action = _globalSettings.SelfHosted ? "View" : "Edit"
|
||||
Action = _globalSettings.SelfHosted ? "View" : "Edit",
|
||||
SelfHosted = _globalSettings.SelfHosted
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user