fix autocomplete for otp code

This commit is contained in:
peintnermax
2024-10-18 13:34:07 +02:00
parent 1f396dffec
commit 4606077ca0
2 changed files with 2 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ export function SetPasswordForm({
required: "This field is required",
})}
label="Code"
autoComplete="one-time-code"
error={errors.code?.message as string}
/>
</div>