Skip to content

Commit

Permalink
[chore] #86 로그아웃 함수랑 연결되어 있던 것을 탈퇴 함수로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunjium committed Jan 19, 2024
1 parent 903e202 commit 23be091
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class MyServiceOutFragment :

private fun clickButtons() {
binding.tvMyServiceOutBtn.setOnClickListener {
kakaoAuthService.logoutKakao(authViewModel::withDraw)
kakaoAuthService.withdrawKakao(authViewModel::withDraw)
collectData()
}

Expand Down

0 comments on commit 23be091

Please sign in to comment.