We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e7813 commit 24d5639Copy full SHA for 24d5639
1 file changed
iOSClient/Networking/CCNetworking.m
@@ -398,12 +398,6 @@ - (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didComp
398
else
399
errorCode = error.code;
400
401
-#ifndef EXTENSION
402
- // Unauthorized
403
- if (errorCode == kOCErrorServerUnauthorized)
404
- [app openLoginView:self loginType:loginModifyPasswordUser];
405
-#endif
406
-
407
// Request trusted certificated
408
if (errorCode == NSURLErrorServerCertificateUntrusted)
409
[[CCCertificate sharedManager] presentViewControllerCertificateWithTitle:[error localizedDescription] viewController:(UIViewController *)self.delegate delegate:self];
0 commit comments