From 1bcdf15bde5fdfec866eff6de98d6667b2c7c5f1 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Tue, 17 Nov 2020 12:23:40 +0100 Subject: [PATCH] Remove already implemented TODO --- proxy/pkg/middleware/account_resolver.go | 1 - 1 file changed, 1 deletion(-) 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)