Skip to content

Commit 17b1c06

Browse files
committed
Change Authereum popup option
1 parent a1f76dc commit 17b1c06

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)