Enable generated campaign passwords

This commit is contained in:
2026-08-04 11:07:55 +02:00
parent 9137300780
commit 4133de86cd
5 changed files with 14 additions and 3 deletions
@@ -18,6 +18,7 @@ export default function FieldValueInput({ fieldType = "string", value, disabled
inputClassName={className}
value={valueToInputText(value, normalizedType)}
disabled={disabled}
generator
placeholder={placeholder}
autoComplete="new-password"
onValueChange={(nextValue) => onChange(inputValueToFieldValue(normalizedType, nextValue))}