latest work #20

Merged
philipp merged 233 commits from dev into main 2020-12-09 18:49:33 +00:00
Showing only changes of commit a7cf86eae4 - Show all commits

View File

@ -49,7 +49,7 @@ export class CreateUser {
if (found.length === 0) {
errors++
} else {
foundgroups.push(found)
foundgroups.push(found[0])
}
}
newUser.groups = foundgroups