mikeizbicki / cmc-csci040

Computing for the Web
37 stars 58 forks source link

login to homepage reroute #308

Open PArellano02 opened 1 year ago

PArellano02 commented 1 year ago

After login in with the right credentials, my website displays the homepage with the messages and everything displays correctly as it should in the root route. the only thing is that the URL still displays http://127.0.0.1:5000/login emphasis in the '/login' rather than '/' . If I refresh the page, it displays perfectly as it should but the '/login' stays unless I click the 'home' button that redirects me to the root route. Is this an issue or not really

mikeizbicki commented 1 year ago

This will not result in losing points.