瀏覽代碼

MDM

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 年之前
父節點
當前提交
54eb9f1dfa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iOSClient/Login/NCLoginWeb.swift

+ 1 - 1
iOSClient/Login/NCLoginWeb.swift

@@ -125,8 +125,8 @@ class NCLoginWeb: UIViewController {
         }
 
         // TITLE
-        titleView = urlBase
         if let host = URL(string: urlBase)?.host {
+            titleView = host
             if let account = NCManageDatabase.shared.getActiveAccount(), CCUtility.getPassword(account.account).isEmpty {
                 titleView = NSLocalizedString("_user_", comment: "") + " " + account.userId + " " + NSLocalizedString("_in_", comment: "") + " " + host
             }