Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ export async function sendJrpcRequest<T, U>(signClient: ISignClient, chainId: nu

if (typeof window !== "undefined" && isMobileDevice()) {
if (session.peer.metadata.redirect && session.peer.metadata.redirect.native) {
window.location.href = session.peer.metadata.redirect.native;
window.open(session.peer.metadata.redirect.native, "_blank");
}
}

0 comments on commit f6eea33

Please sign in to comment.