Skip to content

Commit

Permalink
add query params
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-H-Leonard committed Oct 23, 2024
1 parent 7c64b9b commit 65828f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway-ui/src/useGatewayPortal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export const useGatewayPortal = (props: GatewayPortalProps) => {
return {
issuerAlias: resolvedConfig.displayName,
issuanceFee: issuer.issuanceFee,
passRequestLink: `${resolvedConfig.gatewayIssuerEndpoint}/chain_id=${chainId}&wallet_address=${address}`
passRequestLink: `${resolvedConfig.gatewayIssuerEndpoint}?chain_id=${chainId}&wallet_address=${address}`
}
}
}
Expand Down

0 comments on commit 65828f5

Please sign in to comment.