mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 01:12:15 +00:00
fix autocomplete for otp code
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user