Skip to content

Commit cc8ba06

Browse files
committed
chore : 회원탈퇴 기능 구현
1 parent 517e072 commit cc8ba06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/entry-user/src/pages/MyPage.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ export const MyPage = () => {
9090
mutationFn: deleteUser,
9191
onSuccess: () => {
9292
toast.success('회원 탈퇴가 완료되었습니다.');
93+
removeAccessToken();
94+
removeRefreshToken();
9395
setPasswordModalOpen(false);
9496
setDelOpen(false);
9597
window.location.href = 'https://auth.entrydsm.kr';

0 commit comments

Comments
 (0)