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

[BUG] 회원가입시 인증번호가 만료되었음에도 회원가입 완료 페이지로 이동하는 현상 #89

Open
toothlessdev opened this issue Sep 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@toothlessdev
Copy link
Member

📝 설명

회원가입시 인증번호가 만료되었음에도 회원가입 완료 페이지로 이동하는 현상

❎ 재현 단계

  1. 회원가입 페이지 (/auth/signup) 으로 이동합니다
  2. 이메일 인증코드를 받습니다
  3. 인증코드 시간이 초과 된 후 회원가입을 진행합니다
  4. 회원가입 페이지로 넘어가지만 API 요청은 실패합니다
{
    "status": 404,
    "errors": [
        {
            "code": "NOT_FOUND_VERIFICATION",
            "message": "존재하지 않는 인증입니다. 인증 요청 후 다시 시도해주세요."
        }
    ]
}

✅ 예상 결과

'인증코드가 일치하지 않거나 만료되었습니다' 와 같은 토스트를 출력합니다.

@toothlessdev toothlessdev added the bug Something isn't working label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant