Skip to content

Commit

Permalink
🐛 [Hotfix] Register alert error (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyeoni authored Aug 24, 2023
1 parent 7bb6a9b commit 1c3b5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/SignUpPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export default function SignUpPage() {
});

useEffect(() => {
alert('회원가입이 완료되었습니다.');
if (isSuccess) {
alert('회원가입이 완료되었습니다.');
navigation('/pre');
}
}, [isSuccess]);
Expand Down

0 comments on commit 1c3b5de

Please sign in to comment.