Skip to content

Commit

Permalink
feat: 소셜 로그인 추가 회원가입 시 알림 설정 추가 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeong-hyeok committed Jun 6, 2024
1 parent ce9b470 commit 1f01674
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public void updateSocialVolunteer(String name, String phone, String nickname, Vo
this.role = role;
this.profileImageNum = profileImageNum;
this.isOptionAgr = isOptionAgr;
this.notification = true;
}

public void updateNameAndPhone(String name, String phone) {
Expand Down

0 comments on commit 1f01674

Please sign in to comment.