ShelterTechSF / askdarcel-web

The "Ask Darcel" web app.
GNU General Public License v3.0
28 stars 22 forks source link

Prod auth bug fix #1351

Closed schroerbrian closed 6 months ago

schroerbrian commented 6 months ago

Mostly to fix an issue where the user session init code was being run twice and breaking the log-in flow. it was only happening on prod for some reason. this should patch it at least. Also added a public route component to redirect authed users navigating the the log-in/sign-up pages

schroerbrian commented 6 months ago

Going to merge this in as i'd like to fix the prod bug