mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
remove old org property
This commit is contained in:
@ -134,7 +134,6 @@ namespace Bit.Core.Services
|
||||
Name = signup.Name,
|
||||
BillingEmail = signup.BillingEmail,
|
||||
BusinessName = signup.BusinessName,
|
||||
UserId = signup.Owner.Id,
|
||||
PlanType = plan.Type,
|
||||
MaxUsers = (short)(plan.BaseUsers + (plan.CanBuyAdditionalUsers ? signup.AdditionalUsers : 0)),
|
||||
Plan = plan.ToString(),
|
||||
|
Reference in New Issue
Block a user