We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643912c commit 2178a14Copy full SHA for 2178a14
Data/DbInitializer/DbInitializer.cs
@@ -42,7 +42,7 @@ public void Initialize()
42
// State = "Ontario",
43
// PostalCode = "23422",
44
// City = "Windsor"
45
- // }, "Secret123*").GetAwaiter().GetResult();
+ // }, "Secret123@LBBS").GetAwaiter().GetResult();
46
47
// Customer user = _context.Customer.FirstOrDefault(c => c.Email == "admin@example.com");
48
// _userManager.AddToRoleAsync(user, "Admin").GetAwaiter().GetResult();
0 commit comments