Skip to content

Commit

Permalink
hotfix: 카카오 로그인 버튼 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jan 31, 2024
1 parent 1ca3128 commit b0c9a65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fun LoginPageContent(
) {
KakaoLoginButton(
isLoggingIn = isLoggingIn,
onClick = onTapGoogle,
onClick = onTapKakao,
)
GoogleLoginButton(
isLoggingIn = isLoggingIn,
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/ko-KR/changelogs/11021.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- 게시물 리얼 이모지 기능이 추가되었어요
- 게시물에 댓글을 달 수 있어요
- 캘린더에서 가족의 추억을 한눈에 볼 수 있어요
- UI/UX가 개선되었어요

0 comments on commit b0c9a65

Please sign in to comment.