Browse Source

service

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 1 year ago
parent
commit
5af19e1136
1 changed files with 0 additions and 3 deletions
  1. 0 3
      iOSClient/Networking/NCNetworkingCheckRemoteUser.swift

+ 0 - 3
iOSClient/Networking/NCNetworkingCheckRemoteUser.swift

@@ -58,8 +58,6 @@ class NCNetworkingCheckRemoteUser {
 
                 } else {
 
-                    NCContentPresenter.shared.showError(error: error, priority: .max)
-                    /*
                     if UIApplication.shared.applicationState == .active && NextcloudKit.shared.isNetworkReachable() && !CCUtility.getPassword(account).isEmpty {
                         let description = String.localizedStringWithFormat(NSLocalizedString("_error_check_remote_user_", comment: ""), tableAccount.user, tableAccount.urlBase)
                         let error = NKError(errorCode: error.errorCode, errorDescription: description)
@@ -67,7 +65,6 @@ class NCNetworkingCheckRemoteUser {
                         CCUtility.setPassword(account, password: nil)
                         NextcloudKit.shared.nkCommonInstance.writeLog("[INFO] Password removed.")
                     }
-                    */
                 }
             }