@autenticar-me/vue 0.10.0 → 0.11.0

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.
package/dist/index.cjs CHANGED
@@ -2444,7 +2444,7 @@ const atmPlugin = {
2444
2444
  const atmClient = new clientJs.AtmClient({
2445
2445
  domain: pluginOptions.domain,
2446
2446
  publicKey: pluginOptions.publicKey,
2447
- ssl: false
2447
+ ssl: pluginOptions.ssl
2448
2448
  });
2449
2449
  const client = vue.ref(atmClient);
2450
2450
  const user = vue.ref(null);