Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 9 years ago
parent 7547d03a78
commit 9577038f11

@ -313,7 +313,7 @@
[weakSelf.spinnerView stopAnimating];
CodeVerificationViewController *vc = [CodeVerificationViewController new];
[self.navigationController pushViewController:vc animated:YES];
[weakSelf.navigationController pushViewController:vc animated:YES];
}
failure:^(NSError *error) {
if (error.code == 400) {

Loading…
Cancel
Save