Skip to content

Commit

Permalink
fix laborant's login
Browse files Browse the repository at this point in the history
  • Loading branch information
melod1n committed Jul 3, 2024
1 parent ad99875 commit b7287b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/com/meloda/kubsau/Application.kt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ private fun Application.createDummyEmployees() {
lastName = "Ивлев",
firstName = "Евгений",
middleName = "Владимирович",
email = "ivlev.e",
email = "ivlev.e@kubsau.ru",
type = 3
)

Expand Down Expand Up @@ -268,7 +268,7 @@ private fun Application.createDummyUsers() {
employeeId = 3
)
addNewUser(
login = "ivlev.e@kubsau.ru",
login = "ivlev.e",
password = hashedPassword,
employeeId = 4
)
Expand Down

0 comments on commit b7287b0

Please sign in to comment.