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

Can redirect to login/page after being logged in #63

Open amilner42 opened 5 years ago

amilner42 commented 5 years ago

Awesome SPA, thanks!

This may be a minor issue, if a user is logged in, even though the button for the login page goes away they can still manually hit the login page while logged in:

image

Not sure if you want to prevent this behavior? Not a common case but it could come up none the less.

dwayne commented 4 months ago

@amilner42 This issue is fixed in dwayne/elm-conduit.