mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 19:29:49 -06:00
Remove already implemented TODO
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user