@autenticar-me/vue 0.8.1 → 0.9.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.js CHANGED
@@ -2428,7 +2428,7 @@ const atmPlugin = {
2428
2428
  const atmClient = new AtmClient({
2429
2429
  domain: pluginOptions.domain,
2430
2430
  publicKey: pluginOptions.publicKey,
2431
- ssl: false
2431
+ ssl: true
2432
2432
  });
2433
2433
  const client = ref(atmClient);
2434
2434
  const user = ref(null);