@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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/plugin.d.ts +1 -0
- package/dist/plugin.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2442,7 +2442,7 @@ const atmPlugin = {
|
|
|
2442
2442
|
const atmClient = new AtmClient({
|
|
2443
2443
|
domain: pluginOptions.domain,
|
|
2444
2444
|
publicKey: pluginOptions.publicKey,
|
|
2445
|
-
ssl:
|
|
2445
|
+
ssl: pluginOptions.ssl
|
|
2446
2446
|
});
|
|
2447
2447
|
const client = ref(atmClient);
|
|
2448
2448
|
const user = ref(null);
|