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 152421e commit d50f1d2Copy full SHA for d50f1d2
FirebaseAuth/Sources/Swift/AuthProvider/PhoneAuthProvider.swift
@@ -202,8 +202,6 @@ import Foundation
202
throw AuthErrorUtils.notificationNotForwardedError()
203
}
204
205
- let recaptchaVerifier = AuthRecaptchaVerifier.shared(auth: auth)
206
-
207
if let settings = auth.settings,
208
settings.isAppVerificationDisabledForTesting {
209
// If app verification is disabled for testing
0 commit comments