mirror of
https://github.com/bitwarden/server.git
synced 2024-12-11 15:17:44 +01:00
no need for email since owner is confirmed
This commit is contained in:
parent
cdfa936f6b
commit
9746bfb236
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user