Skip to content

Commit ea4ff76

Browse files
authored
Add conform helper to signup (#100)
1 parent 702d955 commit ea4ff76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/_auth+/signup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export default function SignupRoute() {
190190
htmlFor: fields.email.id,
191191
children: 'Email',
192192
}}
193-
inputProps={fields.email}
193+
inputProps={conform.input(fields.email)}
194194
errors={fields.email.errors}
195195
/>
196196
<ErrorList errors={form.errors} id={form.errorId} />

0 commit comments

Comments
 (0)