Added job lookup framework to tech console. BOD-95 BOD-96

This commit is contained in:
Patrick Fic
2020-06-30 09:58:24 -07:00
parent 0e9cc9620b
commit f1f9d7424b
7 changed files with 448 additions and 24 deletions

View File

@@ -51,7 +51,7 @@ export function TechLogin({
message: t("general.validation.required"),
},
]}>
<Input size='large' autoComplete='off' />
<Input size='large' autoComplete='new-password' />
</Form.Item>
<Form.Item
label={t("tech.fields.pin")}
@@ -62,7 +62,7 @@ export function TechLogin({
message: t("general.validation.required"),
},
]}>
<Input.Password size='large' autoComplete='off' />
<Input.Password size='large' autoComplete='new-password' />
</Form.Item>
<Button htmlType='submit' loading={loginLoading} className='login-btn'>
{t("general.actions.login")}