diff --git a/proxy/pkg/middleware/account_resolver.go b/proxy/pkg/middleware/account_resolver.go index 7161f5e30..8099af32b 100644 --- a/proxy/pkg/middleware/account_resolver.go +++ b/proxy/pkg/middleware/account_resolver.go @@ -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)