Skip to content

Commit

Permalink
refactor: 회원가입 처리 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
masiljangajji committed Mar 26, 2024
1 parent 8fb6ce1 commit 47bc822
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 47bc822

Please sign in to comment.