From 3d6925c22aa4a5192983bab4445df15754a93344 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Mon, 9 Feb 2026 17:51:59 -0800 Subject: [PATCH] ui fix client ID --- .../src/components/mcp_tools/OAuthFormFields.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/litellm-dashboard/src/components/mcp_tools/OAuthFormFields.tsx b/ui/litellm-dashboard/src/components/mcp_tools/OAuthFormFields.tsx index 0a9ff585a9a..acad72cb21c 100644 --- a/ui/litellm-dashboard/src/components/mcp_tools/OAuthFormFields.tsx +++ b/ui/litellm-dashboard/src/components/mcp_tools/OAuthFormFields.tsx @@ -98,37 +98,37 @@ const OAuthFormFields: React.FC = ({ ) : ( <> } + label={} name={["credentials", "client_id"]} > - + } + label={} name={["credentials", "client_secret"]} > - + } + label={} name={["credentials", "scopes"]} >