Skip to content

Commit 9bbd533

Browse files
committed
Fix interface type mistake
1 parent 16f1084 commit 9bbd533

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)