Skip to content

Commit

Permalink
Fix: RefreshToken 매번 생성 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Taejin1221 committed Sep 2, 2024
1 parent 924d967 commit 0feaa93
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -82,6 +82,8 @@ protected void doFilterInternal(HttpServletRequest request, HttpServletResponse

SecurityContextHolder.getContext().setAuthentication(authentication);
chain.doFilter(request, response);

return;
}
}

0 comments on commit 0feaa93

Please sign in to comment.