Skip to content

Commit

Permalink
✨[feat]: 배포 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-wonji committed Dec 9, 2023
1 parent 3fc0952 commit fa46266
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion PingPong/Projects/App/Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>18</string>
<string>20</string>
<key>FirebaseAppDelegateProxyEnabled</key>
<true/>
<key>INIntentsSupported</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ public struct OnBoardingLoginView: View {
return
}
authViewModel.appleLogin(credential: credential)

DispatchQueue.main.asyncAfter(deadline: .now() + 1.8) {
Task {
await authViewModel.loginWithEmail(
Expand Down

0 comments on commit fa46266

Please sign in to comment.