Skip to content

Commit 34564ae

Browse files
[autofix.ci] apply automated fixes
1 parent ed006dc commit 34564ae

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

apps/dokploy/pages/send-reset-password.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,11 @@ export default function Home() {
121121
<FormItem>
122122
<FormLabel>Email</FormLabel>
123123
<FormControl>
124-
<Input placeholder="Email" maxLength={255} {...field} />
124+
<Input
125+
placeholder="Email"
126+
maxLength={255}
127+
{...field}
128+
/>
125129
</FormControl>
126130
<FormMessage />
127131
</FormItem>

0 commit comments

Comments
 (0)