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: 카카오 회원가입시 user id 수정 (#408, #412) #411

Merged
merged 20 commits into from
Apr 14, 2023

Conversation

hyun99999
Copy link
Member

@hyun99999 hyun99999 commented Apr 14, 2023

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • 카카오로 회원가입시에 user 의 고유값으로 이메일을 전달하고 있었음. 이것을 고유아이디로 수정하였습니당

📮 관련 이슈

- isForce 자료형 변경.
- UpdateViewController 화면전환
- '확인했어요'라벨과 체크박스 display
- 업데이트를 확인한 유무를 전달하는 변수 토글.
- 강제업데이트인 경우에 해당 변수를 사용하지 않기 때문에 lazy
- 파일내에서만 사용하기 때문에 private
@hyun99999 hyun99999 added Hyungyu 🐯 현규 교수님 작업 Fix 코드 수정 및 버그, 오류 해결 labels Apr 14, 2023
@hyun99999 hyun99999 requested a review from dlwns33 April 14, 2023 05:51
@hyun99999 hyun99999 self-assigned this Apr 14, 2023
Copy link
Member

@dlwns33 dlwns33 left a comment

Choose a reason for hiding this comment

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

image

Comment on lines +115 to +116
if let userID = user?.id {
self.postUserSignUpWithAPI(socialID: String(userID), socialType: "KAKAO")
Copy link
Member

Choose a reason for hiding this comment

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

확인했습니다!

Copy link
Member Author

Choose a reason for hiding this comment

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

ㅋㅋㅋㅋㅋㅋㅋㅋㅋ 정상영업..합니다..

Copy link
Member Author

Choose a reason for hiding this comment

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

image

@hyun99999 hyun99999 merged commit 518a2c7 into develop Apr 14, 2023
@hyun99999 hyun99999 deleted the feature/#408 branch April 14, 2023 06:04
@hyun99999 hyun99999 changed the title fix: 카카오 회원가입시 user id 수정 (#408) fix: 카카오 회원가입시 user id 수정 (#408, #412) Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix 코드 수정 및 버그, 오류 해결 Hyungyu 🐯 현규 교수님 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: GenericResponse 데이터 모델 수정 fix: 카카오 회원가입시 user id 수정
2 participants