Skip to content

Commit

Permalink
style: 사용되지 않는 변수 redirectUrl 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanjaemo committed Dec 15, 2024
1 parent 6810e80 commit 5339aa7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ public class CustomSuccessHandler extends SimpleUrlAuthenticationSuccessHandler

private final JwtTokenProvider jwtTokenProvider;
private final MemberRepository memberRepository;
@Value("${urls.redirect}")
private String redirectUrl;

@Override
public void onAuthenticationSuccess(HttpServletRequest request, HttpServletResponse response,
Expand Down

0 comments on commit 5339aa7

Please sign in to comment.