Fixed passing of default TRole.
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Raven.Identity
|
|||||||
public static IServiceCollection AddRavenDbIdentity<TUser>(this IServiceCollection services, Action<IdentityOptions> setupAction = null)
|
public static IServiceCollection AddRavenDbIdentity<TUser>(this IServiceCollection services, Action<IdentityOptions> setupAction = null)
|
||||||
where TUser : IdentityUser
|
where TUser : IdentityUser
|
||||||
{
|
{
|
||||||
return AddRavenDbIdentity<TUser>(services, setupAction);
|
return AddRavenDbIdentity<TUser, IdentityRole>(services, setupAction);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user