JamesTeague / ubiquitous-train

Apache License 2.0
0 stars 0 forks source link

User should not be able to log out if they are not logged in #21

Closed JamesTeague closed 6 years ago

gpwilson commented 6 years ago

Can still see log out button while not signed in: image

gpwilson commented 6 years ago

Log Out button appears disabled, but seems to trigger something (perhaps only a reload?) when clicked. Would it be better to remove the button completely when a user is not signed in?

JamesTeague commented 6 years ago

That's a much better idea, will implement.

JamesTeague commented 6 years ago

9dca0fd should have been referencing this issue. This should fix what was discussed here.

gpwilson commented 6 years ago

No Log Out button is visible when user is not signed in: Status: Pass

image