mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-08 16:22:07 +00:00
Merge pull request #24318 from BerriAI/litellm_login_remove_asterisks
polish: remove required asterisks from v3 login form fields
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user