-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
B0XERCAT
requested review from
dotoleeoak,
dayongkr,
jihorobert,
aintbe and
youznn
February 29, 2024 04:10
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
401이 어느 시점에서 발생하나요?? |
401은 최종적으로 newPassword를 patch할 때 발생합니다. 재민님이 어제 caddyfile 수정해주셔서 signup에서의 email 인증은 잘 되는데 |
dotoleeoak
approved these changes
Feb 29, 2024
dotoleeoak
requested changes
Feb 29, 2024
dotoleeoak
approved these changes
Mar 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
아이디 찾기 및 비밀번호 초기화 모달 구현했습니다.
signup 모달과 비슷하게 zustand를 사용했습니다.
signup과 거의 유사하게 구현했는데
signup에서는 email-auth가 잘 받아와지는 반면,
여기서는 401 에러가 발생해서 해당 부분만 잘 해결하고 병합하겠습니다.
Closes #1402
Additional context
Before submitting the PR, please make sure you do the following
fixes #123
).