fix: update login form placeholders to Chinese
This commit is contained in:
@@ -93,7 +93,7 @@ export function LoginForm({
|
|||||||
<Input
|
<Input
|
||||||
id="username"
|
id="username"
|
||||||
name="username"
|
name="username"
|
||||||
placeholder="admin"
|
placeholder="用户名或邮箱"
|
||||||
autoComplete="username"
|
autoComplete="username"
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
@@ -101,14 +101,12 @@ export function LoginForm({
|
|||||||
<Field>
|
<Field>
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
<FieldLabel htmlFor="password">密码</FieldLabel>
|
<FieldLabel htmlFor="password">密码</FieldLabel>
|
||||||
{/* <span className="ml-auto text-xs text-muted-foreground">
|
|
||||||
演示环境接受任意非空密码
|
|
||||||
</span> */}
|
|
||||||
</div>
|
</div>
|
||||||
<Input
|
<Input
|
||||||
id="password"
|
id="password"
|
||||||
name="password"
|
name="password"
|
||||||
type="password"
|
type="password"
|
||||||
|
placeholder="请输入密码"
|
||||||
autoComplete="current-password"
|
autoComplete="current-password"
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user