Skip to content

Commit

Permalink
Fix : 머지할때 잘못된 부분 해결22
Browse files Browse the repository at this point in the history
  • Loading branch information
mmihye committed May 28, 2024
1 parent 3ca26b6 commit 13eb7ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public LoginRes signIn(String token, String type) {
Member member = null;
TokenDto tokenDto = null;

if(type == "KAKAO") {
if(type.equals("KAKAO")) {
//Business Logic
// 카카오톡에 있는 사용자 정보 반환
KakaoProfile kakaoProfile = kakaoClient.getMemberInfo(token);
Expand Down

0 comments on commit 13eb7ff

Please sign in to comment.