Skip to content

Commit

Permalink
♻️ 토스트 메세지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiey committed Oct 15, 2024
1 parent 7c5418c commit 5331466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/queries/MyPage/useDeleteMember.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const useDeleteMember = () => {
mutationFn: deleteMember,
onSuccess: () => {
resetUser();
addToast({ status: 'SUCCESS', message: '회원 탈퇴에 성공했습니다.' });
addToast({ status: 'SUCCESS', message: '지금까지 코딩해듀오와 함께 해 주셔서 감사해요. 다음에 또 만나요 👋🏻' });
navigate('/', { replace: true });
},
onError: (error) => addToast({ status: 'ERROR', message: error.message }),
Expand Down

0 comments on commit 5331466

Please sign in to comment.