| @@ -60,12 +60,12 @@ const LoginPage = ({ history }) => { | |||
| ); | |||
| const handleApiResponseSuccess = () => { | |||
| // history.push({ | |||
| // pathname: HOME_PAGE, | |||
| // state: { | |||
| // from: history.location.pathname, | |||
| // }, | |||
| // }); | |||
| history.push({ | |||
| pathname: HOME_PAGE, | |||
| state: { | |||
| from: history.location.pathname, | |||
| }, | |||
| }); | |||
| }; | |||
| const handleSubmit = (values) => { | |||