Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/fileservice-events
This commit is contained in:
@@ -19,6 +19,7 @@ namespace Umbraco.Extensions
|
||||
where TUserManager : UserManager<MemberIdentityUser>, TInterface
|
||||
{
|
||||
identityBuilder.Services.AddScoped(typeof(TInterface), typeof(TUserManager));
|
||||
identityBuilder.Services.AddScoped(typeof(UserManager<MemberIdentityUser>), factory => factory.GetRequiredService<TInterface>());
|
||||
return identityBuilder;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user