{"version":3,"file":"index-Cqv3Lg7h.js","sources":["../../src/pages/root/_tenantSlug/index.tsx"],"sourcesContent":["import { useParams } from \"react-router-dom\";\n\nimport TenantTrustPage from \"../components/trust\";\n\nexport default function TenantTrustPageBySlug() {\n const { tenantSlug } = useParams();\n if (!tenantSlug) throw new Error(\"Tenant slug not found\");\n const isClientDomain = !window.location.host.includes(\"oneleet\");\n if (isClientDomain) {\n return ;\n }\n return ;\n}\n"],"names":["TenantTrustPageBySlug","tenantSlug","useParams","jsx","TenantTrustPage"],"mappings":"ocAIA,SAAwBA,GAAwB,CACxC,KAAA,CAAE,WAAAC,CAAW,EAAIC,EAAU,EACjC,GAAI,CAACD,EAAkB,MAAA,IAAI,MAAM,uBAAuB,EAExD,OADwB,OAAO,SAAS,KAAK,SAAS,SAAS,EAIxDE,MAACC,GAAgB,WAAAH,EAAwB,EAFtCE,EAAAA,IAAAC,EAAA,CAAgB,WAAY,OAAO,SAAS,KAAM,CAG9D"}