Explicit subject naming.

This commit is contained in:
Ash Furrow
2013-10-18 22:30:51 -04:00
parent af4e486822
commit ae81e858ae

View File

@@ -59,7 +59,7 @@
[subject sendCompleted];
}];
return subject;
return [subject setNameWithFormat:@"%@ +loginWithUsername:password:", self];
}
#pragma mark - Private Methods