ChicoState / PantryNode

MIT License
2 stars 34 forks source link

Redirect issue on successful validation - Login Formik #120

Open priyankavrao97 opened 1 year ago

priyankavrao97 commented 1 year ago

conflict with the newly added login api connection and Formik update in login form

hardikpatil commented 1 year ago

Validation testing looks good but however, issue reopened in order to address route/redirect issue after successful validation.

MMurtey commented 1 year ago

I can look into this. @priyankavrao97, I'll connect with you for a little more background.

MMurtey commented 1 year ago

I've added a branch essentially I believe handles this issue (although it needs refinement on the UI side): _register_backendconnect. But, in order to get the registration form working, I had to make changes to the app in order to get the frontend talking to the backend, so the branch isn't really "single feature," but this was necessary. (Thanks @prestonmasseyblake for the assist on this.)

MMurtey commented 1 year ago

My mistake. The changes mentioned in my previous comment affect registration, not login.