mirror of https://github.com/usual2970/certimate
feat: optimize placeholder
parent
a9fdceca6f
commit
45e218dd5b
File diff suppressed because one or more lines are too long
|
@ -78,7 +78,7 @@ const Login = () => {
|
|||
<FormItem>
|
||||
<FormLabel>密码</FormLabel>
|
||||
<FormControl>
|
||||
<Input placeholder="shadcn" {...field} type="password" />
|
||||
<Input placeholder="password" {...field} type="password" />
|
||||
</FormControl>
|
||||
|
||||
<FormMessage />
|
||||
|
|
Loading…
Reference in New Issue