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-fe: 이메일 인증 훅 구현 #880

Merged
merged 3 commits into from
Oct 22, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Original issue description

목적

이메일 인증 훅 구현

작업 세부사항

  • 이메일 인증 훅 구현

참고 사항

아래의 별표줄 밑에 요구사항 ID만 작성해주세요. Prefix 금지!


HOOK_EMAI_VARIFY

closes #879

@github-actions github-actions bot added feature 새로운 기능 frontend 프론트엔드 labels Oct 22, 2024
@lurgi lurgi marked this pull request as ready for review October 22, 2024 06:57
Copy link
Contributor Author

1729580284.359849

});

const { mutate: confirmEmailVerifyMutate } = useMutation({
mutationFn: (prop: { email: string }) => emailApis.postVerifyMail(prop),
Copy link
Contributor

Choose a reason for hiding this comment

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

이거 emailApis.confirmVerifyCode(prop)이 사용되어야 하지 않나요?

Copy link
Contributor

Choose a reason for hiding this comment

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

ㅎㅎ.. 빠르게 수정하였습니다!

Copy link
Contributor

@llqqssttyy llqqssttyy left a comment

Choose a reason for hiding this comment

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

굳굳👍

@seongjinme seongjinme self-requested a review October 22, 2024 08:48
Copy link
Contributor

@seongjinme seongjinme left a comment

Choose a reason for hiding this comment

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

빠른 구현에 감사드려요 러기! 👍 👍 👍

@lurgi lurgi merged commit db4171c into fe/develop Oct 22, 2024
32 of 34 checks passed
@lurgi lurgi deleted the fe-879-HOOK_EMAI_VARIFY branch October 22, 2024 08:48
lurgi added a commit that referenced this pull request Oct 22, 2024
@lurgi lurgi added this to the 스프린트 6.0 milestone Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능 frontend 프론트엔드
Projects
Status: 완료
Development

Successfully merging this pull request may close these issues.

3 participants