feat: Remove the required field prompt for HSTS in the website HTTPS … (#9532)

Refs https://github.com/1Panel-dev/1Panel/issues/9465
This commit is contained in:
CityFun
2025-07-16 09:59:52 +00:00
committed by GitHub
parent 7cbebc8236
commit 3ec2dec49b
@@ -216,7 +216,6 @@ const ssls = ref();
const acmeAccounts = ref();
const websiteSSL = ref();
const rules = ref({
hsts: [Rules.requiredInput],
type: [Rules.requiredSelect],
privateKey: [Rules.requiredInput],
certificate: [Rules.requiredInput],