1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-22 21:51:22 +01:00

Plan updates cleanup (#872)

* updated teams feature set for new plans

* removed whitespace

* alphabatized some properties
This commit is contained in:
Addison Beck 2020-08-17 10:45:37 -04:00 committed by GitHub
parent d190c4bd0f
commit c65c52d997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -316,6 +316,11 @@ namespace Bit.Core.Utilities
HasAdditionalStorageOption = true,
TrialPeriodDays = 7,
Has2fa = true,
HasApi = true,
HasDirectory = true,
HasEvents = true,
HasGroups = true,
HasTotp = true,
UsersGetPremium = true,
@ -342,6 +347,11 @@ namespace Bit.Core.Utilities
HasAdditionalStorageOption = true,
TrialPeriodDays = 7,
Has2fa = true,
HasApi = true,
HasDirectory = true,
HasEvents = true,
HasGroups = true,
HasTotp = true,
UsersGetPremium = true,