Skip to content

Commit

Permalink
Chore: 에러메시지 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yugyeom-ghim committed Nov 15, 2024
1 parent b4a8ea6 commit aee4d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/notai/common/exception/ErrorMessages.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public enum ErrorMessages {

// auth
INVALID_ACCESS_TOKEN("유효하지 않은 토큰입니다."),
INVALID_REFRESH_TOKEN("유요하지 않은 Refresh Token입니다."),
INVALID_REFRESH_TOKEN("유효하지 않은 Refresh Token입니다."),
EXPIRED_REFRESH_TOKEN("만료된 Refresh Token입니다."),
INVALID_LOGIN_TYPE("지원하지 않는 소셜 로그인 타입입니다."),
NOTFOUND_ACCESS_TOKEN("토큰 정보가 존재하지 않습니다."),
Expand Down

0 comments on commit aee4d3d

Please sign in to comment.