Conversation
shp7724
reviewed
Nov 19, 2024
Comment on lines
10
to
16
| struct SocialProvider { | ||
| var local: Bool | ||
| var facebook: Bool | ||
| var google: Bool | ||
| var kakao: Bool | ||
| var apple: Bool | ||
| } |
Contributor
There was a problem hiding this comment.
Q. 이 필드중에 여러개가 true일 가능성도 있는건가?
Contributor
Author
There was a problem hiding this comment.
웅 여러개 연동 되어있으면 전부 true!
SNUTT-2022/SNUTT/Views/Scenes/Settings/IntegrateAccountScene.swift
Outdated
Show resolved
Hide resolved
peng-u-0807
reviewed
Jan 27, 2025
Comment on lines
60
to
62
| func connectKakao(kakaoToken: String) async throws -> | ||
| TokenResponseDto | ||
| { |
Member
There was a problem hiding this comment.
좀 사소하긴 한데 여기랑 line: 76 ~ 78 등 뭔가 줄바꿈이 다른 파트가 종종 있어서 이 코멘트랑 같이 반영해주면 좋을거같아용
shp7724
approved these changes
Jan 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
구글 & 카카오 계정 연동 추가