fix: remove login account placeholder

This commit is contained in:
zxyszx
2026-08-02 23:53:35 +08:00
parent a05c9db83c
commit 92ff7dbfaf
+1 -1
View File
@@ -50,7 +50,7 @@ export function LoginPage() {
<> <>
<div className="space-y-2"> <div className="space-y-2">
<Label htmlFor="loginName" className="text-sm font-medium"></Label> <Label htmlFor="loginName" className="text-sm font-medium"></Label>
<Input id="loginName" name="loginName" type="text" autoComplete="username" placeholder="admin 或 admin@newszxcn.com" required className="h-11 text-base" /> <Input id="loginName" name="loginName" type="text" autoComplete="username" required className="h-11 text-base" />
</div> </div>
<div className="space-y-2"> <div className="space-y-2">
<Label htmlFor="password" className="text-sm font-medium"></Label> <Label htmlFor="password" className="text-sm font-medium"></Label>