Skip to content

Commit

Permalink
🐛 fix: JsonUtil 삭제 (CustomLoginFilter 내부 메서드로 변경)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimday0326 committed Jan 22, 2024
1 parent 6f83bc0 commit de44e16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ protected void unsuccessfulAuthentication(
);
}

public Map<String, Object> getBody(HttpServletRequest request) throws IOException {
private Map<String, Object> getBody(HttpServletRequest request) throws IOException {
StringBuilder stringBuilder = new StringBuilder();
String line;

Expand Down
43 changes: 0 additions & 43 deletions src/main/java/com/sponus/sponusbe/auth/jwt/util/JsonUtil.java

This file was deleted.

0 comments on commit de44e16

Please sign in to comment.