Skip to content

Commit

Permalink
chore: INVALID_PARAMETER 메세지 상수 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
healim01 committed Dec 8, 2024
1 parent 38c9258 commit 151e3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/constants/messages/apiErrorMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const API_ERROR_MESSAGE = {
USER_EMAIL_ALREADY_USED: '해당 이메일은 이미 사용 중이에요.',
USER_INVALID_FORMAT: '이메일 또는 비밀번호 형식이 올바르지 않아요.',
// TODO: 백엔드 변경 요쳥 필요
INVALID_PARAMETER: '이메일이 정상적으로 입력되지 않았어요. \n다시 시도해 주세요.',
INVALID_PARAMETER: '서버 문제가 발생했어요. \n다시 시도해 주세요.',
BAD_REQUEST: '비밀번호가 입력되지 않았어요. \n다시 시도해 주세요.',

// 방 정보 요청 형식 에러
Expand Down

0 comments on commit 151e3f8

Please sign in to comment.