@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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2430,7 +2430,7 @@ const atmPlugin = {
|
|
|
2430
2430
|
const atmClient = new clientJs.AtmClient({
|
|
2431
2431
|
domain: pluginOptions.domain,
|
|
2432
2432
|
publicKey: pluginOptions.publicKey,
|
|
2433
|
-
ssl:
|
|
2433
|
+
ssl: true
|
|
2434
2434
|
});
|
|
2435
2435
|
const client = vue.ref(atmClient);
|
|
2436
2436
|
const user = vue.ref(null);
|