rtfeldman / elm-spa-example

A Single Page Application written in Elm
https://dev.to/rtfeldman/tour-of-an-open-source-elm-spa
MIT License
3.28k stars 530 forks source link

Log out on "Page Not Found" view doesn't change navbar #64

Open amilner42 opened 5 years ago

amilner42 commented 5 years ago

A very minor bug, but if you are on an unknown route and so on the "Page Not Found" view, and then you log out, it doesn't change the navbar to reflect that you have logged out, it just appears as if nothing has happened. You have to refresh the page for it to realize you have logged out (I believe this is because we don't watch for session changes on that page here).