mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +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:
commit
d2a0f79f2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue