Skip to content

Commit

Permalink
merge: 로그인관련 에러코드 변경
Browse files Browse the repository at this point in the history
fix: 로그인관련 에러코드를 400이 아닌 401로 변경
  • Loading branch information
hong-sile authored Dec 1, 2023
2 parents 2968c47 + b07ab31 commit e9fe5b9
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 e9fe5b9

Please sign in to comment.