Skip to content

Commit

Permalink
update :: unapproved user exception http status
Browse files Browse the repository at this point in the history
  • Loading branch information
JuuuuHong committed Oct 20, 2023
1 parent 20968e9 commit bbdd814
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ enum class AuthErrorCode(
ALREADY_EXIST_EMAIL("이미 가입된 이메일입니다.", 409),
ALREADY_EXIST_PHONE_NUMBER("이미 가입된 전화번호입니다.", 409),
MISMATCH_PASSWORD("일치하지 않는 비밀번호입니다.", 401),
UNAPPROVED_USER("아직 회원가입 대기 상태입니다.", 401),
UNAPPROVED_USER("아직 회원가입 대기 상태입니다.", 403),
INVALID_TOKEN("유효하지 않은 토큰입니다.", 401),
REFRESH_TOKEN_NOT_FOUND("존재하지 않는 리프레시 토큰입니다.", 404)
}

0 comments on commit bbdd814

Please sign in to comment.