feat(invite): redesign for pending invite list, added revoke button and link, copy invite also works now, #2353
This commit is contained in:
@@ -75,6 +75,7 @@ type TempUserDTO struct {
|
||||
Role string `json:"role"`
|
||||
InvitedBy string `json:"invitedBy"`
|
||||
Code string `json:"code"`
|
||||
Url string `json:"url"`
|
||||
EmailSent bool `json:"emailSent"`
|
||||
EmailSentOn time.Time `json:"emailSentOn"`
|
||||
Created time.Time `json:"createdOn"`
|
||||
|
||||
Reference in New Issue
Block a user