diff --git a/demo/vue-app-new/package-lock.json b/demo/vue-app-new/package-lock.json index 2957f0d6e..d8dbff302 100644 --- a/demo/vue-app-new/package-lock.json +++ b/demo/vue-app-new/package-lock.json @@ -49,13 +49,13 @@ }, "../../packages/modal": { "name": "@web3auth/modal", - "version": "10.12.0", + "version": "10.13.1", "dependencies": { "@hcaptcha/react-hcaptcha": "^2.0.1", "@toruslabs/base-controllers": "^8.15.0", "@toruslabs/http-helpers": "^8.1.1", "@web3auth/auth": "^10.8.0", - "@web3auth/no-modal": "^10.12.0", + "@web3auth/no-modal": "^10.13.0", "bowser": "^2.13.1", "classnames": "^2.5.1", "clsx": "^2.1.1", @@ -129,7 +129,7 @@ }, "../../packages/no-modal": { "name": "@web3auth/no-modal", - "version": "10.12.0", + "version": "10.13.0", "license": "ISC", "dependencies": { "@ethereumjs/util": "^10.1.0", diff --git a/demo/vue-app-new/src/components/AppSettings.vue b/demo/vue-app-new/src/components/AppSettings.vue index d7b1d2612..7721f5e8a 100644 --- a/demo/vue-app-new/src/components/AppSettings.vue +++ b/demo/vue-app-new/src/components/AppSettings.vue @@ -16,6 +16,7 @@ import { } from "../config"; import { formDataStore } from "../store/form"; import { getChainConfig } from "../utils/chainconfig"; +import ExternalWalletOnlyTest from "./ExternalWalletOnlyTest.vue"; const formData = formDataStore; @@ -170,6 +171,7 @@ const onSmartAccountChainChange = (chainIds: string[]) => { Account Abstraction Provider + External Wallet Only