Added job lookup framework to tech console. BOD-95 BOD-96
This commit is contained in:
@@ -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")}
|
||||
|
||||
Reference in New Issue
Block a user