From cd112a82cd54e4fc1b0ba4a3e8b8c844c63afdd4 Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 16 Oct 2017 17:10:08 -0700 Subject: Adds automated test for manual phone sign-in --- Example/Auth/Sample/MainViewController.m | 1 - 1 file changed, 1 deletion(-) (limited to 'Example/Auth') diff --git a/Example/Auth/Sample/MainViewController.m b/Example/Auth/Sample/MainViewController.m index 6e973f6..e885e5a 100644 --- a/Example/Auth/Sample/MainViewController.m +++ b/Example/Auth/Sample/MainViewController.m @@ -2740,7 +2740,6 @@ static NSDictionary *parseURL(NSString *urlString) { [self logFailure:@"link phone number failed" error:error]; [self showMessagePrompt:error.localizedDescription]; } - completion(error); return; } [self logSuccess:@"link phone number succeeded."]; -- cgit v1.2.3