bradtraversy / mern_shopping_list

Shopping List built with MERN and Redux
605 stars 436 forks source link

Modals not closing after authentication #25

Open chihaby opened 5 years ago

chihaby commented 5 years ago

LoginModal and RegisterModal do not close after authentication. The user gets added to the mongo database, I get the token on redux dev tools actions along with LOGIN_SUCCESS but the modal stays stuck and therefore can't login/logout.

adanyal46 commented 7 months ago

also close modal base on state setVisible(false) when response of api is successs