Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Nov 4, 2024
1 parent 24afd19 commit 1f9392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/no-modal/src/noModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export class Web3AuthNoModal extends SafeEventEmitter<Web3AuthNoModalEvents> imp
this.coreOptions.accountAbstractionProvider &&
(data.adapter === WALLET_ADAPTERS.AUTH || (data.adapter !== WALLET_ADAPTERS.AUTH && this.coreOptions.useAAWithExternalWallet))
) {
await this.coreOptions.accountAbstractionProvider.setupProvider(provider);
await this.coreOptions.accountAbstractionProvider.setupProvider(provider); // Don't change this to finalProvider
finalProvider = this.coreOptions.accountAbstractionProvider;
}

Expand Down

0 comments on commit 1f9392b

Please sign in to comment.