Skip to content

Commit

Permalink
SCRUM-32 Refactor : 어드민 -> 학생
Browse files Browse the repository at this point in the history
  • Loading branch information
Changha-dev committed Nov 6, 2024
1 parent 9ef933c commit 7673821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void register(RegisterRequest registerRequest) {
.username(registerRequest.getName())
.password("{bcrypt}" + encodedPassword)
.phoneNumber(registerRequest.getPhoneNumber())
.role(Role.ADMIN)
.role(Role.STUDENT)
.studentNumber(registerRequest.getStudentNumber())
.isAdmin(true)
.agreedToTerms(registerRequest.isAgreedToTerms())
Expand Down

0 comments on commit 7673821

Please sign in to comment.