drink-this / drink-this-frontend

A cocktail recommendation app. Find your new favorite based on ratings of other users like you.
https://drink-this-frontend.herokuapp.com/
0 stars 0 forks source link

Hotfix authentication #90

Closed redferret closed 2 years ago

redferret commented 2 years ago

This PR fixes the blank page after login bug. The lifecycle of logging in wasn't updating the mall correctly and during this lifecycle the landing page doesn't need to mall but just the auth context to determine if the user is authed.

Second bug fix I found was users were able to navigate to the /onboard where in the past it would not let users that were already onboarded access this route.

Pull request checklist

Please check if your PR fulfills the following requirements:

Does this introduce a breaking change?