fix(striker-ui): disable autofill on password fields in general init form

main
Tsu-ba-me 9 months ago
parent 48aa219d35
commit 92184a8218
  1. 2
      striker-ui/components/GeneralInitForm.tsx

@ -789,6 +789,7 @@ const GeneralInitForm = forwardRef<
<InputWithRef <InputWithRef
input={ input={
<OutlinedInputWithLabel <OutlinedInputWithLabel
disableAutofill
id="striker-init-general-admin-password" id="striker-init-general-admin-password"
inputProps={{ inputProps={{
inputProps: { inputProps: {
@ -824,6 +825,7 @@ const GeneralInitForm = forwardRef<
<InputWithRef <InputWithRef
input={ input={
<OutlinedInputWithLabel <OutlinedInputWithLabel
disableAutofill
id="striker-init-general-confirm-admin-password" id="striker-init-general-confirm-admin-password"
inputProps={{ inputProps={{
inputProps: { inputProps: {

Loading…
Cancel
Save