update iframe rule crm 2

This commit is contained in:
Alma 2025-04-09 14:23:05 +02:00
parent a67d23f798
commit ab0bb9b305

View File

@ -14,7 +14,7 @@ export default async function Page() {
<main className="w-full h-screen bg-black"> <main className="w-full h-screen bg-black">
<div className="w-full h-full px-4 pt-12 pb-4"> <div className="w-full h-full px-4 pt-12 pb-4">
<ResponsiveIframe <ResponsiveIframe
src={process.env.NEXT_PUBLIC_IFRAME_CRM_URL || ''} src={process.env.NEXT_PUBLIC_IFRAME_MEDIATIONS_URL || ''}
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
/> />
</div> </div>