mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00:00
remove old org property
This commit is contained in:
@@ -7,7 +7,6 @@ namespace Bit.Core.Models.Table
|
||||
public class Organization : IDataObject<Guid>
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public Guid UserId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string BusinessName { get; set; }
|
||||
public string BillingEmail { get; set; }
|
||||
|
||||
@@ -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