Skip to content

Commit

Permalink
Merge pull request #232 from OutDecision/issue/216
Browse files Browse the repository at this point in the history
[BUGFIX]: 동시접속 에러
  • Loading branch information
baeksom authored May 27, 2024
2 parents f07ec93 + 0b29eb7 commit fc9e834
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ public Cookie[] getCookies() {
log.error("새로운 토큰 발급 실패");
response.sendError(HttpServletResponse.SC_UNAUTHORIZED, "토큰 재발급 실패");
deleteCookie(response, "Authorization");

return;
}
}

Expand Down

0 comments on commit fc9e834

Please sign in to comment.