clean up providers ui

This commit is contained in:
miloschwartz
2026-08-03 16:06:28 -04:00
committed by Owen
parent b0edc6302e
commit 33b775e263
17 changed files with 1412 additions and 962 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ export function refineProviderUpstreamFields(
});
}
if (data.type === "custom" && routingMode === "url" && !data.authType) {
if (data.type === "custom" && !data.authType) {
ctx.addIssue({
code: "custom",
message: "authType is required for custom providers",