mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
use directory bit on orgs
This commit is contained in:
@ -152,7 +152,8 @@ namespace Bit.Core.Utilities
|
||||
StripeSeatPlanId = "enterprise-org-seat-monthly",
|
||||
UpgradeSortOrder = 3,
|
||||
TrialPeriodDays = 7,
|
||||
UseGroups = true
|
||||
UseGroups = true,
|
||||
UseDirectory = true
|
||||
},
|
||||
new Plan
|
||||
{
|
||||
@ -166,7 +167,8 @@ namespace Bit.Core.Utilities
|
||||
StripeSeatPlanId = "enterprise-org-seat-annually",
|
||||
UpgradeSortOrder = 3,
|
||||
TrialPeriodDays = 7,
|
||||
UseGroups = true
|
||||
UseGroups = true,
|
||||
UseDirectory = true
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user