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