Skip to content

Commit

Permalink
Fix modal mode changed from alwaysAsk to canAsk
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Aug 27, 2023
1 parent e41f65e commit 738523a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export class StarknetProvider implements ChainProvider {
}

const connection = await connect({
modalMode: "canAsk",
modalMode: "alwaysAsk",
dappName: this.config.appName,
webWalletUrl:
this.config.chainId === ChainId.STARKNET_MAINNET
Expand Down

0 comments on commit 738523a

Please sign in to comment.