Skip to content

Commit

Permalink
chore: resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarltj committed Jun 1, 2024
1 parent 0707e94 commit 6438b15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.moneymong.domain.agency.service.AgencyUserService;
import com.moneymong.domain.user.api.request.LoginRequest;
import com.moneymong.domain.user.api.request.UserDeleteRequest;
import com.moneymong.global.security.oauth.dto.AuthUserInfo;
import com.moneymong.domain.user.api.response.LoginSuccessResponse;
import com.moneymong.global.security.oauth.dto.OAuthUserDataResponse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ private OAuthUserDataResponse decodePayload(String idToken, String nickname, Str
String providerUid = decoded.getSubject();
String email = claims.get("sub").asString();

log.info("[AppleService] email = {}", email);
log.info("[AppleService] nickname = {}", nickname);
return OAuthUserDataResponse.builder()
.provider(getAuthProvider().toString())
.oauthId(providerUid)
Expand Down

0 comments on commit 6438b15

Please sign in to comment.