Skip to content

Commit d50f1d2

Browse files
committed
Remove unneeded line
1 parent 152421e commit d50f1d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

FirebaseAuth/Sources/Swift/AuthProvider/PhoneAuthProvider.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ import Foundation
202202
throw AuthErrorUtils.notificationNotForwardedError()
203203
}
204204

205-
let recaptchaVerifier = AuthRecaptchaVerifier.shared(auth: auth)
206-
207205
if let settings = auth.settings,
208206
settings.isAppVerificationDisabledForTesting {
209207
// If app verification is disabled for testing

0 commit comments

Comments
 (0)