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] 회원가입 관련 버그 수정과 개선사항 적용 #59

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from

Conversation

yoouyeon
Copy link
Member

Summary

버그리포트의 버그들 중 회원가입과 관련된 버그를 수정했습니다.

Description

  • 이메일 작성 부분에 select가 직접 입력이 아닐경우 inputdisabled 상태로 변경했습니다.
  • 회원가입 창에서 에러가 발생한 경우에만 에러 메시지를 출력하도록 했습니다.
  • 인증번호가 입력되지 않은 경우에 에러 메시지 타입이 EMAIL_NOT_ENTERED 로 되어 있어서 이메일 에러 메시지가 출력되고 있었습니다 😇 AUTHENTICATION_NUMBER_NOT_ENTERED 으로 수정했습니다.
  • 닉네임을 입력하지 않은 경우의 에러 타입에 변경이 있었는데 적용되지 않았었습니다 😥 NICKNAME_NOT_ENTERED으로 바꿔서 적용했습니다.
  • 회원가입 완료 시에 로그인 페이지로 이동하도록 했습니다.
  • 탈퇴한 회원이 회원가입할 경우 EMAIL_AUTHENTICATION_FAILURE 타입 에러가 발생하는데 적용되지 않아 서버에러로 처리되고 있었습니다. 추가해두었습니다.
  • 이메일 인증번호 전송 전에 confirm창을 띄워서 보낼 메일 주소를 한번 더 확인하도록 했습니다.

Linked issue

Closes #57

@yoouyeon yoouyeon added the 🐛 Bug 버그 제보 / 버그 수정 label Aug 24, 2023
@yoouyeon yoouyeon self-assigned this Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug 버그 제보 / 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] 회원가입 관련 버그 / 개선사항
1 participant