fix: iframe credentialless
This commit is contained in:
@ -3,6 +3,7 @@ const WavlakeEmbed = ({ link }: { link: string }) => {
|
||||
|
||||
return (
|
||||
<iframe
|
||||
credentialless=""
|
||||
style={{ borderRadius: 12 }}
|
||||
src={convertedUrl}
|
||||
width="100%"
|
||||
|
Reference in New Issue
Block a user