webdevatlanta / GroupCollaborationTool

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

UID undefined error for New Project and Edit Project pages #63

Closed chadchristensen closed 4 years ago

chadchristensen commented 4 years ago

When you try to navigate to the Create a Project or the Edit Project pages, an error is displayed 'Cannot read property 'uid' of undefined'.

The structure of session changed recently, so instead of accessing the uid by session.user.uid we need to access it by session.uid.

abrie commented 4 years ago

Unit tests would have caught this sort of thing.