Skip to content

Commit

Permalink
fix: 로그인관련 에러코드를 400이 아닌 401로 변경
Browse files Browse the repository at this point in the history
-864
  • Loading branch information
hong-sile committed Dec 1, 2023
1 parent 2968c47 commit b07ab31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public enum LoginExceptionType implements BaseExceptionType {
"GitHub Profile을 찾을 수 없습니다."
),
INVALID_ACCESS_TOKEN(
HttpStatus.BAD_REQUEST,
HttpStatus.UNAUTHORIZED,
"토큰이 유효하지 않습니다."
),
NOT_FOUND_AUTHORIZATION_TOKEN(
Expand Down

0 comments on commit b07ab31

Please sign in to comment.