-
Notifications
You must be signed in to change notification settings - Fork 1
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
[비즈니스] 비밀번호 찾기 문자 인증 도입 #348
Closed
Closed
Conversation
This file contains 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
* feat: auth 단계를 조절하는 훅 추가 * feat: 비밀번호 찾기, 회원가입 공통 레이아웃 추가 * feat: 회원가입, 비밀번호 찾기 완성 페이지 추가 * feat: 공통 레이아웃 적용 * refactor: outlet에 props로 steps 전달 * fix: 오타 수정
Co-authored-by: (hoooooony) <([email protected])>
* feat: step 상태에 따라 button 색상 변경 * refactor: 이전 페이지로 돌아갈 때 isStepComplete 복구 * refactor: className 변경
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.
What is this PR? 🔍
Changes 📝
비밀번호 찾기할때 이메일 대신 문자로 본인 인증을 진행합니다.
전화번호는 하이픈이 없는 11자리 문자열입니다.
아직 문자 인증 회원가입이 만들어지지 않아서 전화번호 회원가입은 스웨거를 통해서 진행해야하는 불편함이 있습니다.
@hoooooony 님은 제 pr 머지되는 대로 pull 받고 진행하시면 될 것 같습니다.
마지막에 정보를 post하기 위한 함수를 다음 버튼이 있는 commonLayout에서 만들고 적용하시면 됩니다.
ScreenShot 📷
Test CheckList ✅
Precaution
✔️ Please check if the PR fulfills these requirements
develop
branch unconditionally?main
?yarn lint