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 2f8664c commit ff9439aCopy full SHA for ff9439a
FirebaseAuth/Sources/AuthProvider/Phone/FIRPhoneAuthProvider.m
@@ -711,8 +711,8 @@ - (void)reCAPTCHAURLWithEventID:(NSString *)eventID completion:(FIRReCAPTCHAURLC
711
if (error) {
712
if (completion) {
713
completion(nil, error);
714
- return;
715
}
+ return;
716
717
NSString *bundleID = [NSBundle mainBundle].bundleIdentifier;
718
NSString *clientID = self->_auth.app.options.clientID;
0 commit comments