[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-04-29 00:09:17 +00:00
committed by GitHub
parent ed006dc5f9
commit 34564aec84
+5 -1
View File
@@ -121,7 +121,11 @@ export default function Home() {
<FormItem>
<FormLabel>Email</FormLabel>
<FormControl>
<Input placeholder="Email" maxLength={255} {...field} />
<Input
placeholder="Email"
maxLength={255}
{...field}
/>
</FormControl>
<FormMessage />
</FormItem>