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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
버그 설명
한 이메일로 여러번 가입이 가능합니다
재현 방법
swagger로 signup 요청을 보내봤습니다
"제 이메일 주소@snu.ac.kr"과
"제 이메일 주소@snu.ac.kr " <- 공백을 뒤에 하나 추가했습니다
로 두 번 요청을 해봤습니다
두 번 다 201 응답이 되었고, 제 이메일로 코드도 2번 다 전송되었습니다
기대 동작
실제로 사용되는 이메일로 변환을 해주고, 그 뒤에 중복체크를 해야 할 것 같습니다
스크린샷 (선택)
The text was updated successfully, but these errors were encountered: