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): implement recover account modal #1526

Merged
merged 9 commits into from
Mar 11, 2024

Conversation

B0XERCAT
Copy link
Member

Description

아이디 찾기 및 비밀번호 초기화 모달 구현했습니다.
signup 모달과 비슷하게 zustand를 사용했습니다.
image
image
image

signup과 거의 유사하게 구현했는데
signup에서는 email-auth가 잘 받아와지는 반면,
여기서는 401 에러가 발생해서 해당 부분만 잘 해결하고 병합하겠습니다.

Closes #1402

Additional context


Before submitting the PR, please make sure you do the following

Copy link

vercel bot commented Feb 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
codedang ✅ Ready (Inspect) Visit Preview Mar 11, 2024 4:13am

@aintbe
Copy link
Member

aintbe commented Feb 29, 2024

401이 어느 시점에서 발생하나요??

@B0XERCAT
Copy link
Member Author

401이 어느 시점에서 발생하나요??

401은 최종적으로 newPassword를 patch할 때 발생합니다.
header의 email-auth가 전달이 안돼서 그런 것 같습니다.

재민님이 어제 caddyfile 수정해주셔서 signup에서의 email 인증은 잘 되는데
이상하게 여기서는 잘 안되는 거 같습니다.

@B0XERCAT B0XERCAT merged commit 634e1b4 into main Mar 11, 2024
9 checks passed
@B0XERCAT B0XERCAT deleted the 1402-implement-recover-account-modal branch March 11, 2024 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done ✔️
Development

Successfully merging this pull request may close these issues.

아이디 찾기 비밀번호 변경 모달 구현
3 participants