Skip to content

Commit

Permalink
refactor : 탈퇴 시에 마케팅 관련 옵션 false 로 (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNM authored Feb 27, 2023
1 parent cf34c9d commit 9dd98db
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ public void withDrawUser() {
accountState = AccountState.DELETED;
profile.withdraw();
oauthInfo = oauthInfo.withDrawOauthInfo();
marketingAgree = Boolean.FALSE;
receiveMail = Boolean.FALSE;
}

public void login() {
Expand Down

0 comments on commit 9dd98db

Please sign in to comment.