We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df76c1e + 1a26d04 commit c68561bCopy full SHA for c68561b
src/components/login/LoginButton.tsx
@@ -12,7 +12,7 @@ interface DialogElement {
12
13
const messages = {
14
ISVAILD_ERROR: '이메일 또는 비밀번호 형식이 잘못되었습니다.',
15
- AUTH_ERROR: '인증 오류가 발생했습니다. 다시 시도해주세요.',
+ AUTH_ERROR: '이메일 또는 비밀번호가 정확하지 않습니다.',
16
};
17
18
const LoginButton = () => {
0 commit comments