@falconeta/capacitor-aws-amplify 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,7 +70,8 @@ import AWSMobileClient
70
70
  print ("\(self.TAG) federatedSignIn \(authProvider)")
71
71
 
72
72
  DispatchQueue.main.async {
73
- Amplify.Auth.signInWithWebUI(for: authProvider, presentationAnchor: UIApplication.shared.windows.first!) { result in
73
+ Amplify.Auth.signInWithWebUI(for: authProvider,
74
+ presentationAnchor: UIApplication.shared.windows.first!, options: .preferPrivateSession()) { result in
74
75
  switch result {
75
76
  case .success(let result):
76
77
  print("\(self.TAG) federatedSignIn effettuato con successo: \(result)")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@falconeta/capacitor-aws-amplify",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "plugin that handle amplify features",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",