Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Co-authored-by: Egzon Arifi <[email protected]>
  • Loading branch information
borut-t and EgzonArifi authored Dec 9, 2024
1 parent 5c2c647 commit c7fd0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Google/GoogleAuthenticator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extension GoogleAuthenticator: Authenticator {
return try await restorePreviousSignIn()
}

// set clientId if provided (clientId is needed when doint auth via firebase)
// set clientId if provided (clientId is needed when doing auth via firebase)
clientId.map { provider.configuration = .init(clientID: $0) }

return try await signInUser(
Expand Down

0 comments on commit c7fd0e5

Please sign in to comment.