Skip to content

Commit 4bf2d62

Browse files
committed
check.sh
1 parent 4fd4020 commit 4bf2d62

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
@@ -648,7 +648,7 @@ import Foundation
648648
return
649649
}
650650
callbackScheme = ""
651-
self.recaptchaVerifier = AuthRecaptchaVerifier.shared(auth: auth)
651+
recaptchaVerifier = AuthRecaptchaVerifier.shared(auth: auth)
652652
}
653653

654654
private let kAuthTypeVerifyApp = "verifyApp"

0 commit comments

Comments
 (0)