Skip to content

Commit

Permalink
Make console message nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Jan 30, 2025
1 parent 3bbdbb0 commit dbdd31a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public record ConsoleEmailSender() implements EmailSender {

@Override
public void sendLoginCode(String recipient, String username, String code) {
log.info("Email: {} Username: {} Code: {}", recipient, username, code);
log.info("Email: {} - Username: {} - Code: {}", recipient, username, code);
}
}

0 comments on commit dbdd31a

Please sign in to comment.