Update wallet iframe URL path

This commit is contained in:
IshaVenikar 2024-11-12 18:11:29 +05:30
parent b3c0d2e64c
commit 8766428788

View File

@ -74,7 +74,7 @@ const IFrameModal = ({
<iframe
onLoad={getDataFromWallet}
id="walletIframe"
src={`${VITE_WALLET_IFRAME_URL}/WalletEmbed`}
src={`${VITE_WALLET_IFRAME_URL}/wallet-embed`}
width="100%"
height="100%"
sandbox="allow-scripts allow-same-origin"