diff --git a/src/Umbraco.Infrastructure/Security/MembersUserStore.cs b/src/Umbraco.Infrastructure/Security/MembersUserStore.cs index b75eb19beb..517a175f88 100644 --- a/src/Umbraco.Infrastructure/Security/MembersUserStore.cs +++ b/src/Umbraco.Infrastructure/Security/MembersUserStore.cs @@ -98,8 +98,6 @@ namespace Umbraco.Infrastructure.Security // x.UserData))); //} - // TODO: confirm re roles implementations - return Task.FromResult(IdentityResult.Success); }