Skip to content

Commit

Permalink
Merge pull request #121 from DEPthes/develop
Browse files Browse the repository at this point in the history
V.4.2.5 Deploy && [REFACTOR]: 회원 가입 시 승인 대기 상태로 지정
  • Loading branch information
phonil authored Aug 21, 2024
2 parents 2d45dd0 + 4282f9a commit 2af182c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mvp/deplog/domain/member/domain/Member.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public Member(String email, String password, String name, int generation, Part p
this.email = email;
this.password = password;
this.name = name;
this.role = Role.MEMBER;
this.role = Role.APPLICANT;
this.generation = generation;
this.part = part;
this.avatarFace = null;
Expand Down

0 comments on commit 2af182c

Please sign in to comment.