feat(invite): new user invites are now also added to correct org after sign up is completed, #2353
This commit is contained in:
@@ -75,9 +75,10 @@ type GetTempUserByCodeQuery struct {
|
||||
|
||||
type TempUserDTO struct {
|
||||
Id int64 `json:"id"`
|
||||
OrgId int64 `json:"orgId"`
|
||||
Name string `json:"name"`
|
||||
Email string `json:"email"`
|
||||
Role string `json:"role"`
|
||||
Role RoleType `json:"role"`
|
||||
InvitedByLogin string `json:"invitedByLogin"`
|
||||
InvitedByEmail string `json:"invitedByEmail"`
|
||||
InvitedByName string `json:"invitedByName"`
|
||||
|
||||
Reference in New Issue
Block a user