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: #52 로그인 시 가입된 사용자라면 토큰 저장 없이 반환하는 오류 해결 #53

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

kwonyj1022
Copy link
Collaborator

📄 작업 내용 요약

  • oauth2Id에 해당하는 유저가 존재하면 토큰 정보를 저장하지 않고 바로 반환하던 문제 해결
  • 새 토큰 저장 후 반환하도록 수정

📎 Issue 번호

@kwonyj1022 kwonyj1022 added the fix 버그 수정 label Feb 4, 2025
@kwonyj1022 kwonyj1022 self-assigned this Feb 4, 2025
@kwonyj1022 kwonyj1022 merged commit 5494b63 into develop Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

최초 로그인이 아니면 새로운 oauth2 토큰을 저장하지 않는 오류 해결
1 participant