Skip to content

Commit

Permalink
Merge pull request #14 from Team-ReMind/feat/onboarding_other
Browse files Browse the repository at this point in the history
[feat] 카카오로그인 로직 수정
  • Loading branch information
seunghee17 authored May 18, 2024
2 parents 238b496 + 4fd9641 commit c47fc2a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ class LoginViewModel @Inject constructor(
}
UserApiClient.instance.loginWithKakaoAccount(context, callback = callback)
} else if(token != null) {
Log.e("kakao", "카카오톡으로 로그인 성공")
viewModelScope.launch {
socialLogin(token.accessToken)
}
}
}
} else {
Expand Down

0 comments on commit c47fc2a

Please sign in to comment.