We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd4020 commit 4bf2d62Copy full SHA for 4bf2d62
FirebaseAuth/Sources/Swift/AuthProvider/PhoneAuthProvider.swift
@@ -648,7 +648,7 @@ import Foundation
648
return
649
}
650
callbackScheme = ""
651
- self.recaptchaVerifier = AuthRecaptchaVerifier.shared(auth: auth)
+ recaptchaVerifier = AuthRecaptchaVerifier.shared(auth: auth)
652
653
654
private let kAuthTypeVerifyApp = "verifyApp"
0 commit comments