Skip to content

Commit 1a26d04

Browse files
committed
feat: 로그인실패문구수정
1 parent aba28fa commit 1a26d04

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)