This commit is contained in:
Stephan Diederich 2013-09-07 15:59:18 +02:00
parent 0e1b435eb7
commit bdb8b690e7

View File

@ -225,7 +225,7 @@
password:self.password password:self.password
completion:^(BOOL succeeded, NSError *error) { completion:^(BOOL succeeded, NSError *error) {
if(succeeded) { if(succeeded) {
//controller shoud dismiss us shortly.. //controller should dismiss us shortly..
} else { } else {
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:nil UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:nil
message:error.localizedDescription message:error.localizedDescription