Skip to content

Commit

Permalink
Feat : 로그인 실패 시 문구 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeFireAndSky committed Nov 15, 2023
1 parent c92f099 commit 320994b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/Login/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const LoginForm = () => {
router.replace('/users');
} else {
Swal.fire({
text: '등록된 유저가 없습니다.',
text: '로그인 정보를 확인해주세요 ‼',
showCancelButton: false,
confirmButtonText: '확인',
confirmButtonColor: '#3085d6',
Expand Down

0 comments on commit 320994b

Please sign in to comment.