Procházet zdrojové kódy

Enable redirection on login click

create-reusable-mui-modal
mladen.dubovac před 4 roky
rodič
revize
c046b2a62a
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. 6
    6
      src/pages/LoginPage/LoginPageMUI.js

+ 6
- 6
src/pages/LoginPage/LoginPageMUI.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit