aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Auth
diff options
context:
space:
mode:
authorGravatar Ivan <gonzalezivan@google.com>2017-10-16 17:10:08 -0700
committerGravatar Ivan <gonzalezivan@google.com>2017-10-16 17:10:08 -0700
commitcd112a82cd54e4fc1b0ba4a3e8b8c844c63afdd4 (patch)
tree139bdd15166e188f6835ded7201541bbe566e054 /Example/Auth
parented4b9d43875973f1dc024321ff118bee42293692 (diff)
Adds automated test for manual phone sign-in
Diffstat (limited to 'Example/Auth')
-rw-r--r--Example/Auth/Sample/MainViewController.m1
1 files changed, 0 insertions, 1 deletions
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<NSString *, NSString *> *parseURL(NSString *urlString) {
[self logFailure:@"link phone number failed" error:error];
[self showMessagePrompt:error.localizedDescription];
}
- completion(error);
return;
}
[self logSuccess:@"link phone number succeeded."];