Skip to content

Commit

Permalink
Update DbInitializer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbbs authored Mar 23, 2024
1 parent 643912c commit 2178a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/DbInitializer/DbInitializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void Initialize()
// State = "Ontario",
// PostalCode = "23422",
// City = "Windsor"
// }, "Secret123*").GetAwaiter().GetResult();
// }, "Secret123@LBBS").GetAwaiter().GetResult();

// Customer user = _context.Customer.FirstOrDefault(c => c.Email == "admin@example.com");
// _userManager.AddToRoleAsync(user, "Admin").GetAwaiter().GetResult();
Expand Down

0 comments on commit 2178a14

Please sign in to comment.