Skip to content

Commit

Permalink
WebSecurityConfig 오타수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lth01 committed May 16, 2024
1 parent 933afed commit af54cec
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 WebSecurityConfig {
private final JwtAuthenticationFilter jwtAuthenticationFilter;

private final JwtRefreshTokenFilter jwtRefreshTokenFilter;
private final DaoAuthenticationProvider authenticationProvider;
private final AuthenticationProvider authenticationProvider;

@Bean
public WebSecurityCustomizer configure() { // 스프링 시큐리티 기능 비활성화
Expand Down

0 comments on commit af54cec

Please sign in to comment.