Skip to content

Commit

Permalink
hotfix: 유저 온보딩 권한 변경
Browse files Browse the repository at this point in the history
기존 : 아무런 작업 x -> 권한 PERMITTED로 변경
  • Loading branch information
GaHee99 committed Jun 5, 2024
1 parent 597afec commit 197cb98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ public void onboardUser(Long userId, UserOnboardRequestDTO userOnboardRequestDTO

createUserTags(tags, user);
user.onboardUser(userName, info, tags);
user.setUserStatus(UserStatus.PERMITTED);
}

@Override
Expand Down

0 comments on commit 197cb98

Please sign in to comment.