adjust query for details in appeal only active

This commit is contained in:
2022-08-02 12:11:33 +01:00
parent 402cd4938f
commit 1609e5f12d
5 changed files with 12 additions and 5 deletions
+8 -1
View File
@@ -56,7 +56,13 @@ const RenderTextfield = ({
{error}
</span>
)}
<input {...input} className={className} name={name} id={id} />
<input
{...input}
className={className}
name={name}
id={id}
autoComplete="username"
/>
</div>
</>
);
@@ -102,6 +108,7 @@ const RenderPasswordfield = ({
className={className}
name={name}
id={id}
autoComplete="current-password"
/>
</div>
</>