From 9746bfb2361f9b3d4fd1e0326c6bef132fc13d15 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 18 Apr 2017 15:11:48 -0400 Subject: [PATCH] no need for email since owner is confirmed --- src/Core/Services/Implementations/OrganizationService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core/Services/Implementations/OrganizationService.cs b/src/Core/Services/Implementations/OrganizationService.cs index aab6c596e..9d4435911 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,