Parcourir la source

Enable redirection on login click

create-reusable-mui-modal
mladen.dubovac il y a 4 ans
Parent
révision
c046b2a62a
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6
    6
      src/pages/LoginPage/LoginPageMUI.js

+ 6
- 6
src/pages/LoginPage/LoginPageMUI.js Voir le fichier

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

Chargement…
Annuler
Enregistrer