Skip to content

Commit

Permalink
chore: resolve lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Donghyun Hwang committed Jan 13, 2025
1 parent 0ee7b93 commit 67a8c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Login/FindPassword/EmailAuth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const EmailAuth: React.FC<EmailAuthProps> = ({ goToNextStep, email }) => {
.then(() => {
alert('인증 이메일이 재발송되었습니다.');
})
.catch((err) => {
.catch(() => {
alert('인증 이메일 재발송에 실패했습니다.');
});
};
Expand Down

0 comments on commit 67a8c66

Please sign in to comment.