ux: org user management changes

This commit is contained in:
Torkel Ödegaard
2017-12-13 13:16:44 +01:00
parent cacbcb9c99
commit ccbd18006e
12 changed files with 107 additions and 346 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ type AddInviteForm struct {
LoginOrEmail string `json:"loginOrEmail" binding:"Required"`
Name string `json:"name"`
Role m.RoleType `json:"role" binding:"Required"`
SkipEmails bool `json:"skipEmails"`
SendEmail bool `json:"sendEmail"`
}
type InviteInfo struct {