-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] 이메일 인증 기능 구현 #7
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다.
src/main/java/org/gachon/checkmate/domain/member/service/MemberService.java
Show resolved
Hide resolved
src/main/java/org/gachon/checkmate/domain/member/controller/MemberController.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!
} | ||
} | ||
|
||
public static String createNumericCode() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Memeber Service 내부에서만 사용한다면 private으로만 둬도 괜찮을 것 같아요
return code.toString(); | ||
} | ||
|
||
public String setContext(String code, String type) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
위와 동일하게 Memeber Service 내부에서만 사용한다면 private으로만 둬도 괜찮을 것 같아요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
두 함수 둘 다 mail provider로 옮긴 뒤 제어자 private로 고쳤습니다 ㅎ.ㅎ 감사합니다 !!!!
Related Issue 🪢
Summary 🌿
Before i request PR review 🧤