Skip to content

Commit

Permalink
[Fix] 로그인 화면으로 이동하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
0inn committed Sep 12, 2022
1 parent b311c0b commit b050135
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ extension HamburgerBarVC {

[needLoginButton, needLoginImageButton].forEach {
$0.press {
self.presentSocialLoginAlert()
self.pushSocialLoginVC()
}
}
}
Expand Down

0 comments on commit b050135

Please sign in to comment.