-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat-fe: 이메일 인증 훅 구현 #880
Conversation
1729580284.359849 |
}); | ||
|
||
const { mutate: confirmEmailVerifyMutate } = useMutation({ | ||
mutationFn: (prop: { email: string }) => emailApis.postVerifyMail(prop), |
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.
이거 emailApis.confirmVerifyCode(prop)
이 사용되어야 하지 않나요?
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.
ㅎㅎ.. 빠르게 수정하였습니다!
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.
굳굳👍
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.
빠른 구현에 감사드려요 러기! 👍 👍 👍
Co-authored-by: Jeongwoo Park <[email protected]>
Original issue description
목적
작업 세부사항
참고 사항
HOOK_EMAI_VARIFY
closes #879