Skip to content

Commit ce1a629

Browse files
committed
test deployment
1 parent e7be5d9 commit ce1a629

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/userservice/src/main/java/com/mentorpulse/userservice/UserServiceApplication.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public static void main(String[] args) {
2828
public AuthenticationProvider authenticationProvider() {
2929
DaoAuthenticationProvider authenticationProvider = new DaoAuthenticationProvider(userDetailsService());
3030
authenticationProvider.setPasswordEncoder(passwordEncoder());
31+
3132
return authenticationProvider;
3233
}
3334

0 commit comments

Comments
 (0)