-
Notifications
You must be signed in to change notification settings - Fork 7
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
[FE]회원가입 기능 구현 #61
[FE]회원가입 기능 구현 #61
Conversation
이메일 형식이 아닐 시 오류 메시지 출력 Issues #15
주석 추가 OAuth 로그인 경로를 수정 Issues #15
뒤로가기 기능 삭제 이메일관련 메인페이지 오류 해결 Issues #15
체크하지 않을 시 메시지 출력 체크하지 않을 시 백엔드로 api요청불가 Issues #15
비밀번호 설정 기능 구현 JWT토큰을 받아서 로컬스토리지에 저장 Issues #15
-비밀번호 컴포넌트에서 서버와의 통신 문제로 에러가 발생 -비밀번호 모달의 다음 창으로 환영합니다 모달이 뜨도록 구현 -환영합니다 다음에는 모달창이 닫히도록 구현 Issues #15
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.
확인 완료했습니다-!
확인 완료했습니다 ! |
바로 머지 하겠습니다 |
margin-top: 5px; | ||
margin-bottom: 10px; | ||
font-size: 0.8rem; | ||
`; |
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.
end of line 지켜주세요~!
|
||
type WelcomeProps = { | ||
onClose: () => void; | ||
}; |
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.
혹시 프로젝트에 린트와 프리티어설정은 하셨을까요~~
줄바꿈을 자동화해두면 아주 편리하답니다!
-유효성 검사 추가
-백엔드 배포 서버와 통신 원활히 구현
-환영합니다 모달 페이지 구현
Issues #15