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

Fix: oauth 로그인 시 회원을 찾지 못한 경우에 반환하는 에러 타입을 변경 #307

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

Jaewon-pro
Copy link
Member

🔗 이슈 연결

🚀 구현한 API

  • x

💡 반영할 내용 및 변경 사항 요약

  • oauth sign in 과정에서 해당 소셜 로그인 멤버를 찾지 못한 경우, 반환하는 에러 코드를 OAUTH_001로 변경합니다.

🔍 리뷰 요청/참고 사항

@Jaewon-pro Jaewon-pro self-assigned this Nov 18, 2024
@Jaewon-pro Jaewon-pro force-pushed the fix/#306/oauth-not-found branch from 34ca94e to 7ad6987 Compare November 18, 2024 00:33
@Jaewon-pro Jaewon-pro requested a review from hee9841 November 18, 2024 00:36
Copy link
Collaborator

@hee9841 hee9841 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Jaewon-pro Jaewon-pro merged commit a3cb9e3 into main Nov 18, 2024
1 check passed
@Jaewon-pro Jaewon-pro deleted the fix/#306/oauth-not-found branch November 18, 2024 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

로그인 시, 이메일, 이름 정보를 찾을 수 없는 경우에 반환하는 응답 코드 변경
2 participants