From 773871025eaf2f1776784c1599f6520cf464da94 Mon Sep 17 00:00:00 2001 From: Ryan Crabbe Date: Sat, 21 Mar 2026 12:25:26 -0700 Subject: [PATCH] Remove required asterisks from v3 login form fields Hide the red asterisk indicators on Username and Password fields while keeping the validation rules intact. --- ui/litellm-dashboard/src/app/login/LoginPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/app/login/LoginPage.tsx b/ui/litellm-dashboard/src/app/login/LoginPage.tsx index 5a9d420456..e130dddc4a 100644 --- a/ui/litellm-dashboard/src/app/login/LoginPage.tsx +++ b/ui/litellm-dashboard/src/app/login/LoginPage.tsx @@ -222,7 +222,7 @@ function LoginPageContent() { {error && } -
+ {uiConfig?.is_control_plane && workers.length > 0 && (