Marino Faggiana 6 years ago
parent
commit
826501f43d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Login/CCLoginWeb.swift

+ 1 - 1
iOSClient/Login/CCLoginWeb.swift

@@ -52,7 +52,7 @@ public class CCLoginWeb: UIViewController {
             urlString =  urlBase+k_flowEndpoint
         }
         
-        let webVC = SwiftModalWebVC(urlString: urlString, colorText: UIColor.black, colorDoneButton: UIColor.black, doneButtonVisible: doneButtonVisible, hideToolbar: true, useRedirectCookieHandling: true)
+        let webVC = SwiftModalWebVC(urlString: urlString, colorText: UIColor.black, colorDoneButton: UIColor.black, doneButtonVisible: doneButtonVisible, hideToolbar: true, useRedirectCookieHandling: false)
         webVC.delegateWeb = self
 
         vc.present(webVC, animated: false, completion: nil)