aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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."];