Merge pull request #24318 from BerriAI/litellm_login_remove_asterisks

polish: remove required asterisks from v3 login form fields
This commit is contained in:
ryan-crabbe
2026-03-21 12:36:38 -07:00
committed by GitHub
@@ -222,7 +222,7 @@ function LoginPageContent() {
{error && <Alert message={error} type="error" showIcon />}
<Form onFinish={handleSubmit} layout="vertical" requiredMark={true}>
<Form onFinish={handleSubmit} layout="vertical" requiredMark={false}>
{uiConfig?.is_control_plane && workers.length > 0 && (
<Form.Item label="Worker" style={{ marginBottom: 16 }}>
<Select