tighten / novapackages

https://novapackages.com
335 stars 61 forks source link

Update home route to `/` instead of `/home` #351

Closed omarrida closed 4 weeks ago

omarrida commented 4 weeks ago

Summary

When an already authenticated user hits the /login/github route, we redirect them to the home page. Right now, that's defined as /home which doesn't exist as a route, and so an exception is thrown. This PR updates the home route to / in the RouteServiceProvider to fix the issue.