Skip to content

Commit 4fd4020

Browse files
Update FirebaseAuth/Sources/Swift/AuthProvider/PhoneAuthProvider.swift
Co-authored-by: Nick Cooke <[email protected]>
1 parent 2acbcd8 commit 4fd4020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Sources/Swift/AuthProvider/PhoneAuthProvider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ import Foundation
629629
private let usingClientIDScheme: Bool
630630
private var recaptchaVerifier: AuthRecaptchaVerifier?
631631

632-
init(auth: Auth, recaptchaVerifier: AuthRecaptchaVerifier? = nil) {
632+
init(auth: Auth) {
633633
self.auth = auth
634634
if let clientID = auth.app?.options.clientID {
635635
let reverseClientIDScheme = clientID.components(separatedBy: ".").reversed()

0 commit comments

Comments
 (0)