Browse Source

fix

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 năm trước cách đây
mục cha
commit
b6fb79778e
2 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 0 1
      iOSClient/Brand/NCBrand.swift
  2. 1 0
      iOSClient/Login/NCLoginWeb.swift

+ 0 - 1
iOSClient/Brand/NCBrand.swift

@@ -100,7 +100,6 @@ import UIKit
                 disable_log = (str as NSString).boolValue
             }
         }
-        
     }
 }
 

+ 1 - 0
iOSClient/Login/NCLoginWeb.swift

@@ -55,6 +55,7 @@ class NCLoginWeb: UIViewController {
         // load AppConfig
         if (NCBrandOptions.shared.disable_multiaccount == false) || (NCBrandOptions.shared.disable_multiaccount == true && accountCount == 0) {
             if let configurationManaged = UserDefaults.standard.dictionary(forKey: "com.apple.configuration.managed"), NCBrandOptions.shared.use_AppConfig {
+                
                 if let serverUrl = configurationManaged[NCGlobal.shared.configuration_serverUrl] as? String {
                     self.configServerUrl = serverUrl
                 }