Skip to content

Commit

Permalink
feat: allow login using either email or username
Browse files Browse the repository at this point in the history
- Updated the signIn method to check if the identifier is an email or username.
- Modified the authentication process to handle both email and username.
  • Loading branch information
LeonardoMeireles55 committed Jan 28, 2025
1 parent 06a093f commit 0738174
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class EmailService {
@Value("${spring.mail.username}")
String emailFrom;

@Value("${identifier.to.send.list}")
@Value("${email.to.send.list}")
String emailListString;


Expand Down

0 comments on commit 0738174

Please sign in to comment.