mirror of
https://github.com/bitwarden/server.git
synced 2025-01-23 22:01:28 +01:00
remove old org property
This commit is contained in:
parent
ca3bbe2b76
commit
7e093a73be
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user