Fix error not being shown when failing to verify SMS code

pull/1/head
David Deller 11 years ago committed by Frederic Jacobs
parent e48ea52924
commit 60ceaab70d

@ -73,8 +73,7 @@
[[TSNetworkManager sharedManager] queueAuthenticatedRequest:[[TSRegisterForPushRequest alloc] initWithPushIdentifier:stringToken] success:^(NSURLSessionDataTask *task, id responseObject) {
success();
} failure:^(NSURLSessionDataTask *task, NSError *error) {
} failure:^(NSURLSessionDataTask *task, NSError *error) {
NSLog(@"NSError: %@", error.debugDescription);
TSRegistrationFailure failureType = kTSRegistrationFailureNetwork;

Loading…
Cancel
Save