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

[FE]회원가입 기능 구현 #61

Merged
merged 8 commits into from
Sep 6, 2023
Merged

Conversation

sirloinbh
Copy link
Collaborator

-유효성 검사 추가
-백엔드 배포 서버와 통신 원활히 구현
-환영합니다 모달 페이지 구현
Issues #15

김병현 and others added 8 commits September 6, 2023 10:16
이메일 형식이 아닐 시 오류 메시지 출력
Issues #15
주석 추가
OAuth 로그인 경로를 수정
Issues #15
뒤로가기 기능 삭제
이메일관련 메인페이지 오류 해결
Issues #15
체크하지 않을 시 메시지 출력
체크하지 않을 시 백엔드로 api요청불가
Issues #15
비밀번호 설정 기능 구현
JWT토큰을 받아서 로컬스토리지에 저장
Issues #15
-비밀번호 컴포넌트에서 서버와의 통신 문제로 에러가 발생
-비밀번호 모달의 다음 창으로 환영합니다 모달이 뜨도록 구현
-환영합니다 다음에는 모달창이 닫히도록 구현
Issues #15
@sirloinbh sirloinbh self-assigned this Sep 6, 2023
@sirloinbh sirloinbh added the FE Front End label Sep 6, 2023
@sirloinbh sirloinbh added this to the Bare Minimum Requirement milestone Sep 6, 2023
@sirloinbh sirloinbh linked an issue Sep 6, 2023 that may be closed by this pull request
17 tasks
Copy link
Contributor

@novice1993 novice1993 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인 완료했습니다-!

@sinjw
Copy link
Collaborator

sinjw commented Sep 6, 2023

확인 완료했습니다 !

@sirloinbh
Copy link
Collaborator Author

바로 머지 하겠습니다

@sirloinbh sirloinbh merged commit c24e9c9 into dev-client Sep 6, 2023
margin-top: 5px;
margin-bottom: 10px;
font-size: 0.8rem;
`;

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;
};

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

혹시 프로젝트에 린트와 프리티어설정은 하셨을까요~~
줄바꿈을 자동화해두면 아주 편리하답니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE Front End
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FE] 로그인/회원가입 모달 구현
4 participants