瀏覽代碼

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…
取消
儲存