We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d880b commit 64f6280Copy full SHA for 64f6280
1 file changed
DevLog/Presentation/ViewModel/LoginViewModel.swift
@@ -8,7 +8,6 @@
8
import Combine
9
import Foundation
10
import FirebaseAuth
11
-import GoogleSignIn
12
13
@Observable
14
final class LoginViewModel: Store {
@@ -93,6 +92,7 @@ final class LoginViewModel: Store {
93
92
} catch {
94
send(.setLogined(false))
95
sessionUseCase.execute(false)
+ if error.isSocialLoginCancelled { return }
96
send(.setAlert(true))
97
}
98
0 commit comments