mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05: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