Skip to content

Commit 46ed09d

Browse files
authored
Merge pull request #294 from codeitFE11-part3-team7/feature/#292_회원가입-페이지-경고문구-변경
💄 회원가입 중복된 이름 경고문구 변경
2 parents ff7a012 + cf6b7bb commit 46ed09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/api/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const AuthAPI = {
5757
// 500 에러 (서버 내부 오류)
5858
if (error.response?.status === 500) {
5959
throw new Error(
60-
'서버 오류가 발생했습니다. 잠시 후 다시 시도해주세요.'
60+
'이미 사용 중인 이름입니다.\n다른 이름을 입력해주세요.'
6161
);
6262
}
6363
}

0 commit comments

Comments
 (0)