webdevatlanta / GroupCollaborationTool

Tool to allow developers to collaborate on open source and private projects
https://groupcollaborationtool.web.app
1 stars 21 forks source link

UI: The "SignIn" Button on TopBar flashes a misleading message. #120

Closed abrie closed 4 years ago

abrie commented 4 years ago

This is a UI bug/issue.

Observe that the app flashes a "Sign In" control when the page is reloaded, even if logged in.

output

Suspect this is because no distinction is made between the initial and logged-out app states. Fix would be to discern between undefined, null, and valid session values.