Skip to content

Commit

Permalink
Merge pull request #172 from bsideproject/QA
Browse files Browse the repository at this point in the history
회원 탈퇴 시 카카오 서비스 연결도 해제
  • Loading branch information
boxak authored Dec 7, 2023
2 parents 09ad338 + 9fb9b04 commit 625012c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/setting/SettingWithdrawal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const SettingWithdrawal = () => {
}

const logOut = () => {
window.ReactNativeWebView.postMessage('logout');
window.ReactNativeWebView.postMessage('withdrawal');
}

return (
Expand Down

0 comments on commit 625012c

Please sign in to comment.