File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Samples/Swift/DaysUntilBirthday/Shared/Services Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ final class GoogleSignInAuthenticator: ObservableObject {
3939 /// - throws: Any error that may arise during the sign in process.
4040 func signIn( with rootViewController: UIViewController ) async throws -> GIDGoogleUser {
4141 return try await GIDSignIn . sharedInstance. signIn (
42- with: configuration,
4342 presenting: rootViewController
4443 )
4544 }
@@ -52,7 +51,6 @@ final class GoogleSignInAuthenticator: ObservableObject {
5251 /// - throws: Any error that may arise during the sign in process.
5352 func signIn( with window: NSWindow ) async throws -> GIDGoogleUser {
5453 return try await GIDSignIn . sharedInstance. signIn (
55- with: configuration,
5654 presenting: window
5755 )
5856 }
You can’t perform that action at this time.
0 commit comments