Skip to content

Commit

Permalink
[FEATURE] E4-S1 로그인 API - fix: 로그인성공 핸들러 override함수 제거 #28
Browse files Browse the repository at this point in the history
  • Loading branch information
choisungwook committed Oct 8, 2021
1 parent fe87bc0 commit 3aad5b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public Authentication attemptAuthentication(HttpServletRequest request, HttpServ
protected void successfulAuthentication(HttpServletRequest request, HttpServletResponse response, FilterChain chain, Authentication authResult) throws IOException, ServletException {
log.debug("로그인 성공");
// todo - jwt토큰 발급
super.successfulAuthentication(request, response, chain, authResult);
}

@Override
Expand Down

0 comments on commit 3aad5b3

Please sign in to comment.