Remove extra config param that's not used
This commit is contained in:
parent
3e3fcb54a8
commit
f4f7fac189
|
|
@ -13,7 +13,7 @@ namespace Microsoft.AspNet.Identity
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class IdentityEntityFrameworkServices
|
public class IdentityEntityFrameworkServices
|
||||||
{
|
{
|
||||||
public static IServiceCollection GetDefaultServices(Type userType, Type roleType, Type contextType, Type keyType = null, IConfiguration config = null)
|
public static IServiceCollection GetDefaultServices(Type userType, Type roleType, Type contextType, Type keyType = null)
|
||||||
{
|
{
|
||||||
Type userStoreType;
|
Type userStoreType;
|
||||||
Type roleStoreType;
|
Type roleStoreType;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue