Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iOSClient/Login/NCLogin.swift')
-rw-r--r--iOSClient/Login/NCLogin.swift3
1 files changed, 1 insertions, 2 deletions
diff --git a/iOSClient/Login/NCLogin.swift b/iOSClient/Login/NCLogin.swift
index 9354d4e1f..38ee5c00c 100644
--- a/iOSClient/Login/NCLogin.swift
+++ b/iOSClient/Login/NCLogin.swift
@@ -311,8 +311,7 @@ class NCLogin: UIViewController, UITextFieldDelegate, NCLoginQRCodeDelegate {
let user = valueArray[0].replacingOccurrences(of: "user:", with: "")
let password = valueArray[1].replacingOccurrences(of: "password:", with: "")
let urlBase = valueArray[2].replacingOccurrences(of: "server:", with: "")
- let webDAV = NCUtilityFileSystem.shared.getWebDAV(account: appDelegate.account)
- let serverUrl = urlBase + "/" + webDAV
+ let serverUrl = urlBase + "/" + NCGlobal.shared.dav
loginButton.isEnabled = false