We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a10172 commit 3cb0244Copy full SHA for 3cb0244
apps/web/app/(org)/dashboard/settings/organization/components/CustomDomainDialog/VerifyStep.tsx
@@ -98,11 +98,6 @@ const VerifyStep = ({
98
const showCNAMERecord = hasRecommendedCNAME && !cnameConfigured;
99
const showTXTRecord = hasTXTVerification && !isVerified;
100
101
- console.log(recommendedAValues, "recommended A values");
102
- console.log(aRecordConfigured, "a record configured");
103
- console.log(showARecord, "show A record const");
104
- console.log(domainConfig, "domain config");
105
-
106
const handleCopy = async (text: string, fieldId: string) => {
107
try {
108
await navigator.clipboard.writeText(text);
0 commit comments