chore: added things

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-11-11 13:56:27 +01:00
parent b60b2455d2
commit 77333b626d
@@ -41,9 +41,10 @@ export const Secret = (props: ScaffolderRJSFFieldProps) => {
<InputLabel htmlFor={title}>{title}</InputLabel>
<Input
id={title}
aria-describedby={`${title}-description`}
aria-describedby={title}
onChange={e => setSecrets({ [name]: e.target?.value })}
type="password"
autoComplete="off"
/>
</ScaffolderField>
);