mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
no need for email since owner is confirmed
This commit is contained in:
@@ -552,7 +552,6 @@ namespace Bit.Core.Services
|
|||||||
{
|
{
|
||||||
OrganizationId = organization.Id,
|
OrganizationId = organization.Id,
|
||||||
UserId = signup.Owner.Id,
|
UserId = signup.Owner.Id,
|
||||||
Email = signup.Owner.Email,
|
|
||||||
Key = signup.OwnerKey,
|
Key = signup.OwnerKey,
|
||||||
Type = OrganizationUserType.Owner,
|
Type = OrganizationUserType.Owner,
|
||||||
Status = OrganizationUserStatusType.Confirmed,
|
Status = OrganizationUserStatusType.Confirmed,
|
||||||
|
|||||||
Reference in New Issue
Block a user