Open
Conversation
훅을 분리하여 이메일 인증과 비밀번호 변경 함수를 불러오도록 작성하고 apis를 작성해서 서버로 post를 보내서 이메일 인증,비밀 번호 변경한 내용을 post로 보내도록 작성했습니다.
Bae0203
reviewed
Jun 25, 2024
Member
Bae0203
left a comment
There was a problem hiding this comment.
수고하셨습니다.
추가로 풀리퀘를 올리실 때 수정된 사항만 올리는 것이 아닌
이슈번호(ex. #99)
대제목(ex. 원서접수 5번 모바일 퍼블리싱)
Preview (프리뷰는 없어도 됩니다)
(이미지들)
수정 및 추가된 사항들
내용+기능설명 (ex. useWriteNav 추가(브라우저 width 반환))
위 내용을 다 올려주셔야 원활한 코드리뷰가 진행되니 다음에 올리실때는 위 내용을 전부 추가해주시길 바랍니다.
감사합니다.
| // const [isEmailAuth, SetIsEmailAuth] = useState(false) | ||
| const isEmailAuth = false | ||
| const [isEmailAuth, setIsEmailAuth] = useState(false) | ||
| const repository = ChangePasswordRepositoryImpl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
USER비밀번호 재설정
훅을 분리하여 이메일 인증과 비밀번호 변경 함수를 불러오도록 작성하고 apis를 작성해서 서버로 post를 보내서 이메일 인증,비밀 번호 변경한 내용을 post로 보내도록 작성했습니다.