clean up providers ui

This commit is contained in:
miloschwartz
2026-08-03 16:06:28 -04:00
parent 0d9a01a066
commit 209272f69c
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",