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

[Feature] register(sign up) validation error message #49

Merged

Conversation

saseungmin
Copy link
Collaborator

@saseungmin saseungmin commented Dec 1, 2020

  • Render message after catching error for auth api
    • 비밀번호가 6자리 이하면 error 처리
    • 이미 가입된 이메일이면 error 처리
    • 많은 요청시 error 처리
    • 나머지 경우는 회원가입에 실패했다는 메시지 처리
  • 회원가입에 대한 validate 처리
    • 비밀번호와 비밀번호 확인이 다르면 error 처리
    • 인풋창에 빈 값이면 error 처리

validateregister

- auth api catch for renders error message
@saseungmin saseungmin added the enhancement New feature or request label Dec 1, 2020
@saseungmin saseungmin merged commit c290353 into CodeSoom:main Dec 1, 2020
@saseungmin saseungmin mentioned this pull request Dec 1, 2020
20 tasks
@saseungmin saseungmin deleted the login-register-validation-checking branch July 5, 2021 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant