Skip to content

Commit

Permalink
Merge pull request #165 from nhnacademy-be4-My-Books/feature/user
Browse files Browse the repository at this point in the history
refactor: 회원가입 처리 변경
  • Loading branch information
masiljangajji authored Mar 26, 2024
2 parents 744610a + 47bc822 commit b7a3378
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public class UserCreateRequest {
@DateTimeFormat(pattern = "yyyy-MM-dd")
private LocalDate birth;

private Boolean isAdmin;


public void setPassword(String password) {
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/templates/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@



<input type="hidden" name="isAdmin" value="false">

<div class="button">
<button class="btn" type="submit">회원가입</button>
</div>
Expand Down

0 comments on commit b7a3378

Please sign in to comment.