fixed name attribute

This commit is contained in:
Vladimir Khvan 2023-03-17 06:05:03 +02:00
parent 88f88fa39e
commit 56d7756564

View File

@ -78,7 +78,7 @@ export const SecretKeyInput = ({
<PasswordInput
onChange={onChange}
value={value}
name={name}
inputName={name}
placeholder="Enter secret key"
onValidateInput={handleInputValidation}
hasError={!isPasswordValid}