Browse Source

MDM

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 years ago
parent
commit
54eb9f1dfa
1 changed files with 1 additions and 1 deletions
  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
             }