Browse Source

service

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 1 year ago
parent
commit
bced0badc5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      iOSClient/AppDelegate.swift

+ 0 - 1
iOSClient/AppDelegate.swift

@@ -538,7 +538,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
     }
 
     @objc private func checkErrorNetworking() {
-        
         if account != "" && CCUtility.getPassword(account)!.count == 0 {
             openLogin(viewController: window?.rootViewController, selector: NCGlobal.shared.introLogin, openLoginWeb: true)
         }