Skip to content

Commit

Permalink
fix : naver auth file
Browse files Browse the repository at this point in the history
  • Loading branch information
NameIsUser06 committed Jan 5, 2024
1 parent af0494a commit d42fd2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public ResponseEntity<TokenResponse> execute(String code, Auth auth) {
.birthdate(LocalDate.parse(naverUserInfoResponse.getBirthyear() + "-" + naverUserInfoResponse.getBirthday()))
.phone(naverUserInfoResponse.getMobile())
.statusMessage("상태 메시지")
.file(File.builder().build())
.build());
}
return saveRefreshTokenService.execute(naverUserInfoResponse.getEmail());
Expand Down

0 comments on commit d42fd2f

Please sign in to comment.