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
commit d2a0f79f2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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