Skip to content

Commit c68561b

Browse files
authored
Merge pull request #118 from imaginer-dev/20---ui-----로그인실패ui
feat: 로그인실패문구수정
2 parents df76c1e + 1a26d04 commit c68561b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/login/LoginButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface DialogElement {
1212

1313
const messages = {
1414
ISVAILD_ERROR: '이메일 또는 비밀번호 형식이 잘못되었습니다.',
15-
AUTH_ERROR: '인증 오류가 발생했습니다. 다시 시도해주세요.',
15+
AUTH_ERROR: '이메일 또는 비밀번호가 정확하지 않습니다.',
1616
};
1717

1818
const LoginButton = () => {

0 commit comments

Comments
 (0)