Skip to content

Commit

Permalink
simplify redundant logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jan 20, 2025
1 parent 6ab9a02 commit 1709742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/Auth.scala
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ final class Auth(
lila.mon.user.register.confirmEmailResult(true).increment()
env.user.repo.email(user.id).flatMap {
_.so: email =>
authLog(user.username, email.some, s"Confirmed email ${email.value}")
authLog(user.username, email.some, s"Confirmed email")
welcome(user, email, sendWelcomeEmail = false)
} >> redirectNewUser(user)
}
Expand Down

0 comments on commit 1709742

Please sign in to comment.