Fix creating wrong cert type when trying dns

This commit is contained in:
Jamie Curnow
2025-10-27 18:04:29 +10:00
parent 2893ffb1e4
commit e4d9f48870
2 changed files with 23 additions and 14 deletions

View File

@@ -42,6 +42,9 @@ const DNSCertificateModal = EasyModal.create(({ visible, remove }: InnerModalPro
{
domainNames: [],
provider: "letsencrypt",
meta: {
dnsChallenge: true,
},
} as any
}
onSubmit={onSubmit}