We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86bd21 commit c51cee6Copy full SHA for c51cee6
demo/vue-app-new/src/MainView.vue
@@ -13,6 +13,8 @@ import {
13
walletServicesPlugin,
14
type AccountAbstractionMultiChainConfig,
15
type Web3AuthOptions,
16
+ WALLET_CONNECTOR_TYPE,
17
+ ModalConfig,
18
} from "@web3auth/modal";
19
20
import { type Web3AuthContextConfig, Web3AuthProvider } from "@web3auth/modal/vue";
@@ -164,7 +166,7 @@ const modalParams = computed(() => {
164
166
label: "auth",
165
167
loginMethods: loginMethodsConfig.value,
168
},
- };
169
+ } as Record<WALLET_CONNECTOR_TYPE, ModalConfig>;
170
return modalConfig;
171
});
172
0 commit comments