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 13d59e3 commit 6356386Copy full SHA for 6356386
Firebase/Auth/Source/AuthProviders/Phone/FIRPhoneAuthProvider.m
@@ -267,8 +267,8 @@ - (NSString *)reCAPTCHATokenForURL:(NSURL *)URL error:(NSError **)error {
267
if(errorDict[@"code"] && errorDict[@"message"]) {
268
reason = [NSString stringWithFormat:@"[%@] - %@",errorDict[@"code"], errorDict[@"message"]];
269
} else {
270
- reason = [NSString StringWithFormat:@"An unknown error occurred with the following "
271
- "response: %@", deepLinkURL];
+ reason = [NSString stringWithFormat:@"An unknown error occurred with the following "
+ "response: %@", deepLinkURL];
272
}
273
*error = [FIRAuthErrorUtils appVerificationUserInteractionFailureWithReason:reason];
274
0 commit comments