Skip to content

Commit a1f76dc

Browse files
authored
Merge pull request #370 from blocknative/fix/authereum-option-interface
Fix: Interface Type Mistake
2 parents 16f1084 + 9bbd533 commit a1f76dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export interface AuthereumOptions extends CommonWalletOptions {
215215
rpcUri?: string
216216
webUri?: string
217217
xsUri?: string
218-
blockedPopupRedirect?: string
218+
blockedPopupRedirect?: boolean
219219
}
220220

221221
export interface WalletLinkOptions extends CommonWalletOptions {

0 commit comments

Comments
 (0)