Remove already implemented TODO

This commit is contained in:
Benedikt Kulmann
2020-11-17 12:23:40 +01:00
parent f721caac90
commit 1bcdf15bde

View File

@@ -198,7 +198,6 @@ func createAccount(l log.Logger, claims *oidc.StandardClaims, ac accounts.Accoun
Mail: claims.Email,
CreationType: "LocalAccount",
AccountEnabled: true,
// TODO assign uidnumber and gidnumber? better do that in ocis-accounts as it can keep track of the next numbers
},
}
created, err := ac.CreateAccount(context.Background(), req)