wallet-connect-button-vue 1.0.27 → 1.0.28
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/nl-wallet-web.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -7663,7 +7663,7 @@ const Cd = (e, t) => {
|
|
|
7663
7663
|
},
|
|
7664
7664
|
setup(e) {
|
|
7665
7665
|
const t = e, s = Ce(Xs, false), n = ot(() => s && !!t.clientId), o = (l) => {
|
|
7666
|
-
const a = new URL(t.helpBaseUrl
|
|
7666
|
+
const a = new URL("/deeplink/onboarding", t.helpBaseUrl);
|
|
7667
7667
|
return a.searchParams.set("client_id", t.clientId), a.searchParams.set("role", l), a.toString();
|
|
7668
7668
|
}, r = ot(() => t.helpBaseUrl.toString()), i = ot(() => o("director")), c = ot(() => o("employee")), f = He(De);
|
|
7669
7669
|
return (l, a) => n.value ? (z(), Q("section", Dd, [
|