Skip to content

Commit acf7849

Browse files
authored
Merge pull request #375 from blocknative/enhancement/authereum-popup-option
Enhancement: Authereum Popup Option Closes #372
2 parents 64cdd93 + 17b1c06 commit acf7849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/select/wallets/authereum.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function authereum(
1515
const { default: Authereum } = await import('authereum')
1616
const instance = new Authereum({
1717
networkName: networkName(networkId),
18+
blockedPopupRedirect: false,
1819
...otherOptions
1920
})
2021

0 commit comments

Comments
 (0)