mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-02 09:19:08 +02:00
Fix sanitizing the domain causing problems
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user