Skip to content

Commit 7ac0d3d

Browse files
authored
Remove configuration references.
1 parent bd642fd commit 7ac0d3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Samples/Swift/DaysUntilBirthday/Shared/Services/GoogleSignInAuthenticator.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)