Update resources/scripts/components/auth/LoginContainer.tsx
This commit is contained in:
parent
9277fb53d9
commit
0ed1e28401
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ const LoginContainer = ({ history }: RouteComponentProps) => {
|
||||||
onSubmit={onSubmit}
|
onSubmit={onSubmit}
|
||||||
initialValues={{ username: '', password: '' }}
|
initialValues={{ username: '', password: '' }}
|
||||||
validationSchema={object().shape({
|
validationSchema={object().shape({
|
||||||
username: string().required('A username or email must be provided.'),
|
username: string().required('You need to type atleast ur username or email.'),
|
||||||
password: string().required('Please enter your account password.'),
|
password: string().required('Please enter your account password.'),
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue