-
Notifications
You must be signed in to change notification settings - Fork 1
회원가입 페이지 버튼 disabled 해제 안되는 이슈 해결 #300
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
Conversation
… fix/sign-up-button
… fix/sign-up-button
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
소셜 로그인 로직도 같이 올라온것 같은데 맞을까요? |
Test Results314 tests 314 ✅ 27s ⏱️ Results for commit df7b50d. |
wlrnjs
left a comment
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.
감사합니다~~
|
|
||
| const isNextEnabled = isValid && isEmailAuthVerified && isNicknameVerified; | ||
|
|
||
| console.log("nickname>>> ", isNicknameVerified); |
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.
콘솔은 주석이나 삭제해서 올려주세요
| onError: (error) => handlerApiError(EMAIL_CHECK_CODE_MESSAGE, error.code), | ||
| onError: (error) => { | ||
| handlerApiError(EMAIL_CHECK_CODE_MESSAGE, error.code); | ||
| console.log("error>> ", error); |
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.
콘솔은 주석이나 삭제해서 올려주세요
Pull Request
관련 이슈
작업 내용
참고 사항
체크리스트