Skip to content

Commit

Permalink
create example pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinh-Tan-Dat committed Jun 19, 2024
1 parent 1c4f08d commit 666ba2c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public class UserController {
public String getServiceName(){
return "User Service";
}
private final AuthUserRepository userRepository;

private final AuthUserRepository userRepository;
private final PasswordEncoder passwordEncoder;
@Autowired
private JavaMailSender javaMailSender;
Expand Down

0 comments on commit 666ba2c

Please sign in to comment.