Skip to content

Commit

Permalink
Merge pull request #256 from Garodden/feature/last
Browse files Browse the repository at this point in the history
WebSecurityConfig 오타수정
  • Loading branch information
DuckOriDuck authored May 16, 2024
2 parents d12d8ba + af54cec commit 95d723d
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 95d723d

Please sign in to comment.