We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517e072 commit cc8ba06Copy full SHA for cc8ba06
1 file changed
apps/entry-user/src/pages/MyPage.tsx
@@ -90,6 +90,8 @@ export const MyPage = () => {
90
mutationFn: deleteUser,
91
onSuccess: () => {
92
toast.success('회원 탈퇴가 완료되었습니다.');
93
+ removeAccessToken();
94
+ removeRefreshToken();
95
setPasswordModalOpen(false);
96
setDelOpen(false);
97
window.location.href = 'https://auth.entrydsm.kr';
0 commit comments