Configure tolken provider
This commit is contained in:
@@ -24,7 +24,7 @@ namespace InventoryTraker.Web.Migrations
|
||||
{
|
||||
if (!context.Users.Any())
|
||||
{
|
||||
var manager = new ApplicationUserManager(new UserStore<User>(context));
|
||||
var manager = new ApplicationUserManager(new UserStore<User>(context), null);
|
||||
manager.Create(new User
|
||||
{
|
||||
Email = "james.kolpack@gmail.com",
|
||||
|
||||
Reference in New Issue
Block a user