feat(invite): more progress on invited / sigup view, #2353
This commit is contained in:
@@ -8,3 +8,9 @@ type AddInviteForm struct {
|
||||
Role m.RoleType `json:"role" binding:"Required"`
|
||||
SkipEmails bool `json:"skipEmails"`
|
||||
}
|
||||
|
||||
type InviteInfo struct {
|
||||
Email string `json:"email"`
|
||||
Name string `json:"name"`
|
||||
Username string `json:"username"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user