1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-03 14:03:33 +01:00

no need for email since owner is confirmed

This commit is contained in:
Kyle Spearrin 2017-04-18 15:11:48 -04:00
parent cdfa936f6b
commit 9746bfb236

View File

@ -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,