We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
회원가입시 인증번호가 만료되었음에도 회원가입 완료 페이지로 이동하는 현상
/auth/signup
{ "status": 404, "errors": [ { "code": "NOT_FOUND_VERIFICATION", "message": "존재하지 않는 인증입니다. 인증 요청 후 다시 시도해주세요." } ] }
'인증코드가 일치하지 않거나 만료되었습니다' 와 같은 토스트를 출력합니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
📝 설명
회원가입시 인증번호가 만료되었음에도 회원가입 완료 페이지로 이동하는 현상
❎ 재현 단계
/auth/signup
) 으로 이동합니다✅ 예상 결과
'인증코드가 일치하지 않거나 만료되었습니다' 와 같은 토스트를 출력합니다.
The text was updated successfully, but these errors were encountered: