Просмотр исходного кода

Enable redirection on login click

create-reusable-mui-modal
mladen.dubovac 4 лет назад
Родитель
Сommit
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) => {

Загрузка…
Отмена
Сохранить