Fix sanitizing the domain causing problems

This commit is contained in:
Owen
2026-04-27 11:50:57 -07:00
parent d1f7a9c6df
commit 512ba2150b
2 changed files with 3 additions and 2 deletions
@@ -488,7 +488,7 @@ export default function Page() {
const httpData = httpForm.getValues();
sanitizedSubdomain = httpData.subdomain
? finalizeSubdomainSanitize(httpData.subdomain)
? finalizeSubdomainSanitize(httpData.subdomain, true)
: undefined;
Object.assign(payload, {