1
0
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:
Kyle Spearrin
2018-03-29 11:26:19 -04:00
parent d2bdaa8baa
commit 830f4ee68e
5 changed files with 28 additions and 11 deletions

View File

@ -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
});
}