Skip to content

Commit 2178a14

Browse files
authoredMar 23, 2024··
Update DbInitializer.cs
1 parent 643912c commit 2178a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Data/DbInitializer/DbInitializer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void Initialize()
4242
// State = "Ontario",
4343
// PostalCode = "23422",
4444
// City = "Windsor"
45-
// }, "Secret123*").GetAwaiter().GetResult();
45+
// }, "Secret123@LBBS").GetAwaiter().GetResult();
4646

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

0 commit comments

Comments
 (0)
Please sign in to comment.