diff --git a/src/Core/Services/Implementations/OrganizationService.cs b/src/Core/Services/Implementations/OrganizationService.cs index aab6c596e6..9d44359113 100644 --- a/src/Core/Services/Implementations/OrganizationService.cs +++ b/src/Core/Services/Implementations/OrganizationService.cs @@ -552,7 +552,6 @@ namespace Bit.Core.Services { OrganizationId = organization.Id, UserId = signup.Owner.Id, - Email = signup.Owner.Email, Key = signup.OwnerKey, Type = OrganizationUserType.Owner, Status = OrganizationUserStatusType.Confirmed,