diff --git a/WRTStatusClient.m b/WRTStatusClient.m index 78a2184..ab1451f 100644 --- a/WRTStatusClient.m +++ b/WRTStatusClient.m @@ -233,7 +233,7 @@ - (BOOL)connection:(NSURLConnection *)connection canAuthenticateAgainstProtectionSpace:(NSURLProtectionSpace *)protectionSpace { - return YES; + return YES; // FIXME Turning this to NO should use keychain, but it doesn't } - (BOOL)connectionShouldUseCredentialStorage:(NSURLConnection *)connection