浏览代码

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

正在加载...
取消
保存