Skip to content

Commit

Permalink
chore: temporary modification
Browse files Browse the repository at this point in the history
  • Loading branch information
Kang1221 committed Aug 25, 2024
1 parent ccc575e commit 01f5797
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public ApiResponse<?> kakaoSignIn(SigninRequestDto requestDto) throws JsonProces
user = userRepository.findByEmail(email);
log.info("이용약관 동의여부 저장");
termService.createUserAgreements(user.get(), true);
connectUserAndDevice(user.get(), requestDto);
//connectUserAndDevice(user.get(), requestDto);
}

SigninResponseDto responseDto = SigninResponseDto.builder()
Expand Down

0 comments on commit 01f5797

Please sign in to comment.