webdevatlanta / GroupCollaborationTool

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

Refactor: Landing Page needs to use Session Context #76

Closed abrie closed 4 years ago

abrie commented 4 years ago

The landing page is still using the old firebase.auth.currentUser method to check for authorization. It should be checking the Session context instead.