getting the progress from blob storage

This commit is contained in:
2022-08-02 09:27:47 +01:00
parent c66f8af327
commit ad8b49abcf
6 changed files with 88 additions and 30 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>
</>