Skip to content
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] 회원가입 로직 업데이트 #20

Merged
merged 11 commits into from
Sep 16, 2024
Merged

[Feat] 회원가입 로직 업데이트 #20

merged 11 commits into from
Sep 16, 2024

Conversation

hyo-4
Copy link
Member

@hyo-4 hyo-4 commented Sep 13, 2024

연관 이슈

close #13


개요

본인인증 step을 추가했습니다. 회원가입시 사용자의 실명을 필수로 입력해야 합니다. (건너뛰기 불가)


✅ 작업 내용

  • signup / step3 추가
  • 배포환경에서 로그인 가능하도록 Redirect 설정 - vercel에 env 환경변수 설정이 되어있어야 함
  • 이름 입력시 Valid 기능(Input Component 수정)
  • url 있을때와 없을때 route 처리

🖥 구현 결과

2024-09-13.10.54.34.mov




Copy link

🎉 Deploy Preview

https://lettering-d3xq78uhj-yyypearls-projects.vercel.app
여기에서 배포 결과 확인하기

@hyo-4 hyo-4 added ✨ feat 새로운 기능 추가 🐛 fix 버그 수정 labels Sep 13, 2024
@yyypearl yyypearl self-requested a review September 16, 2024 06:12
@hyo-4 hyo-4 merged commit c86f461 into develop Sep 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 fix 버그 수정 ✨ feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 회원가입 실명 인증 Step 추가
2 participants