Skip to content

Commit

Permalink
Fixed dummy user passowrd.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcanosantana committed Nov 26, 2023
1 parent b18030b commit 15898fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/UserService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public void InitializeDummyDB()
"Testing",
"Tests",
"[email protected]",
"1234"
"123456789"
);

dummyUsersDatabase.Add(testUser);
Expand Down

0 comments on commit 15898fe

Please sign in to comment.