mirror of
https://github.com/bitwarden/server
synced 2025-12-14 23:33:41 +00: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