소스 검색

Enable redirection on login click

create-reusable-mui-modal
mladen.dubovac 4 년 전
부모
커밋
c046b2a62a
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6
    6
      src/pages/LoginPage/LoginPageMUI.js

+ 6
- 6
src/pages/LoginPage/LoginPageMUI.js 파일 보기

@@ -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) => {

Loading…
취소
저장