Skip to content

Commit

Permalink
Revert "Removed redundant annotations of @OverRide"
Browse files Browse the repository at this point in the history
This reverts commit 96ef8b8.
  • Loading branch information
utkarsh-opsmx committed Jun 17, 2024
1 parent 08a4d01 commit 72c492a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,17 @@ class FileSsoConfig {
return new BCryptPasswordEncoder();
}

@Override
protected void configure(AuthenticationManagerBuilder auth) throws Exception {
auth.getDefaultUserDetailsService()
}

@Override
protected void configure(HttpSecurity http) throws Exception {
authConfig.jwtconfigure(http)
}

@Override
void configure(WebSecurity web) throws Exception {
authConfig.configure(web)
}
Expand Down

0 comments on commit 72c492a

Please sign in to comment.