fix: correct build

This commit is contained in:
divocat
2025-10-23 14:28:52 +03:00
parent 64aa28f4e4
commit 272ce012d7

View File

@@ -308,7 +308,7 @@ function validateVlessUrl(url) {
if (params.flow === "xtls-rprx-vision-udp443") {
return {
valid: false,
message: "Invalid VLESS URL: flow xtls-rprx-vision-udp443 does not supported"
message: "Invalid VLESS URL: flow xtls-rprx-vision-udp443 is not supported"
};
}
return { valid: true, message: _("Valid") };