fix linting

This commit is contained in:
Elio Bischof
2023-06-07 15:34:06 +02:00
parent 23ced28469
commit 3cad0828e7
15 changed files with 103 additions and 101 deletions

View File

@@ -99,7 +99,7 @@ export default function VerifyEmailForm({ userId, code, submit }: Props) {
autoComplete="one-time-code"
{...register("code", { required: "This field is required" })}
label="Code"
// error={errors.username?.message as string}
// error={errors.username?.message as string}
/>
</div>