|
@@ -467,7 +467,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
|
|
|
if activeLoginWeb?.view.window == nil {
|
|
|
activeLoginWeb = UIStoryboard(name: "CCLogin", bundle: nil).instantiateViewController(withIdentifier: "NCLoginWeb") as? NCLoginWeb
|
|
|
activeLoginWeb?.urlBase = NCBrandOptions.shared.loginBaseUrl
|
|
|
- activeLoginWeb?.account = account
|
|
|
showLoginViewController(activeLoginWeb, contextViewController: viewController)
|
|
|
}
|
|
|
|
|
@@ -476,7 +475,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
|
|
|
if activeLoginWeb?.view.window == nil {
|
|
|
activeLoginWeb = UIStoryboard(name: "CCLogin", bundle: nil).instantiateViewController(withIdentifier: "NCLoginWeb") as? NCLoginWeb
|
|
|
activeLoginWeb?.urlBase = urlBase
|
|
|
- activeLoginWeb?.account = account
|
|
|
showLoginViewController(activeLoginWeb, contextViewController: viewController)
|
|
|
}
|
|
|
|