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 5da99d5 commit 8294a2dCopy full SHA for 8294a2d
packages/plugins/wallet-services-plugin/src/plugin.ts
@@ -101,7 +101,6 @@ export class WalletServicesPlugin extends SafeEventEmitter implements IPlugin {
101
102
const enableAccountAbstraction =
103
web3auth.coreOptions.accountAbstractionProvider &&
104
- web3auth.coreOptions.useAAWithExternalWallet &&
105
(web3auth.connectedAdapterName === WALLET_ADAPTERS.AUTH ||
106
(web3auth.connectedAdapterName !== WALLET_ADAPTERS.AUTH && web3auth.coreOptions.useAAWithExternalWallet));
107
0 commit comments