Skip to content

Commit

Permalink
[fix] #20 add user to UserInfo builder
Browse files Browse the repository at this point in the history
  • Loading branch information
chaewonni committed Jul 9, 2024
1 parent d848599 commit 6f2b986
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 @@ private User loadOrCreateUser(final Provider provider, final SocialUserDto socia

UserInfo newUserInfo = UserInfo.builder()
.email(socialUserDto.email())
.user(newUser)
.build();

userSaver.save(newUser);
Expand Down

0 comments on commit 6f2b986

Please sign in to comment.