Skip to content

Commit

Permalink
Update SecurityConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Bree-codes authored May 25, 2024
1 parent 74ddf16 commit 0d2465a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ public AuthenticationManager authenticationManager(AuthenticationConfiguration c
public PasswordEncoder passwordEncoder() {
return new BCryptPasswordEncoder();
}

}

0 comments on commit 0d2465a

Please sign in to comment.