Update wallet iframe URL path
This commit is contained in:
parent
b3c0d2e64c
commit
8766428788
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user