fix(invite): fixes to org invite stuff, #2630

This commit is contained in:
Torkel Ödegaard
2015-09-01 12:35:06 +02:00
parent e93fba206d
commit aa89416bca
6 changed files with 35 additions and 23 deletions

View File

@@ -52,6 +52,7 @@ type CreateUserCommand struct {
Password string
EmailVerified bool
IsAdmin bool
SkipOrgSetup bool
Result User
}