Skip to content

Commit c51cee6

Browse files
committed
fixes demo app build
1 parent f86bd21 commit c51cee6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demo/vue-app-new/src/MainView.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import {
1313
walletServicesPlugin,
1414
type AccountAbstractionMultiChainConfig,
1515
type Web3AuthOptions,
16+
WALLET_CONNECTOR_TYPE,
17+
ModalConfig,
1618
} from "@web3auth/modal";
1719
1820
import { type Web3AuthContextConfig, Web3AuthProvider } from "@web3auth/modal/vue";
@@ -164,7 +166,7 @@ const modalParams = computed(() => {
164166
label: "auth",
165167
loginMethods: loginMethodsConfig.value,
166168
},
167-
};
169+
} as Record<WALLET_CONNECTOR_TYPE, ModalConfig>;
168170
return modalConfig;
169171
});
170172

0 commit comments

Comments
 (0)