fix: password field

This commit is contained in:
shadcn
2025-10-28 22:58:17 +04:00
parent abc09809e8
commit dae80dad65

View File

@@ -24,7 +24,7 @@ export default function FieldInput() {
<FieldDescription>
Must be at least 8 characters long.
</FieldDescription>
<Input id="password" type="password" placeholder="********" />
<Input id="password" type="password" placeholder="••••••••" />
</Field>
</FieldGroup>
</FieldSet>