mirror of
https://github.com/bitwarden/server
synced 2025-12-10 13:23:27 +00:00
Plan updates cleanup (#872)
* updated teams feature set for new plans * removed whitespace * alphabatized some properties
This commit is contained in:
@@ -316,6 +316,11 @@ namespace Bit.Core.Utilities
|
|||||||
HasAdditionalStorageOption = true,
|
HasAdditionalStorageOption = true,
|
||||||
TrialPeriodDays = 7,
|
TrialPeriodDays = 7,
|
||||||
|
|
||||||
|
Has2fa = true,
|
||||||
|
HasApi = true,
|
||||||
|
HasDirectory = true,
|
||||||
|
HasEvents = true,
|
||||||
|
HasGroups = true,
|
||||||
HasTotp = true,
|
HasTotp = true,
|
||||||
UsersGetPremium = true,
|
UsersGetPremium = true,
|
||||||
|
|
||||||
@@ -342,6 +347,11 @@ namespace Bit.Core.Utilities
|
|||||||
HasAdditionalStorageOption = true,
|
HasAdditionalStorageOption = true,
|
||||||
TrialPeriodDays = 7,
|
TrialPeriodDays = 7,
|
||||||
|
|
||||||
|
Has2fa = true,
|
||||||
|
HasApi = true,
|
||||||
|
HasDirectory = true,
|
||||||
|
HasEvents = true,
|
||||||
|
HasGroups = true,
|
||||||
HasTotp = true,
|
HasTotp = true,
|
||||||
UsersGetPremium = true,
|
UsersGetPremium = true,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user