Skip to content

Commit cd112a8

Browse files
committed
Adds automated test for manual phone sign-in
1 parent ed4b9d4 commit cd112a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Example/Auth/Sample/MainViewController.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2740,7 +2740,6 @@ - (void)linkPhoneNumber:(NSString *_Nullable)phoneNumber
27402740
[self logFailure:@"link phone number failed" error:error];
27412741
[self showMessagePrompt:error.localizedDescription];
27422742
}
2743-
completion(error);
27442743
return;
27452744
}
27462745
[self logSuccess:@"link phone number succeeded."];

0 commit comments

Comments
 (0)