feat: optimize placeholder

This commit is contained in:
liburdi 2024-09-26 18:50:50 +08:00
parent a9fdceca6f
commit 45e218dd5b
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -78,7 +78,7 @@ const Login = () => {
<FormItem>
<FormLabel></FormLabel>
<FormControl>
<Input placeholder="shadcn" {...field} type="password" />
<Input placeholder="password" {...field} type="password" />
</FormControl>
<FormMessage />