diff --git a/src/components/ResourceInfoBox.tsx b/src/components/ResourceInfoBox.tsx index ebb5fac7..e04e3101 100644 --- a/src/components/ResourceInfoBox.tsx +++ b/src/components/ResourceInfoBox.tsx @@ -32,7 +32,7 @@ export default function ResourceInfoBox({}: ResourceInfoBoxType) { {/* 4 cols because of the certs */} diff --git a/src/components/private/AuthPageSettings.tsx b/src/components/private/AuthPageSettings.tsx index eda7e8a7..95097a33 100644 --- a/src/components/private/AuthPageSettings.tsx +++ b/src/components/private/AuthPageSettings.tsx @@ -460,7 +460,7 @@ const AuthPageSettings = forwardRef( )} {env.flags - .generateOwnCertificates && + .usePangolinDns && (build === "enterprise" || (build === "saas" && subscription?.subscribed)) &&