Pārlūkot izejas kodu

service

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 1 gadu atpakaļ
vecāks
revīzija
5af19e1136

+ 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.")
                     }
-                    */
                 }
             }