JustinDMoore / Corpboard

1 stars 0 forks source link

Update user to CurrentInstallation #194

Closed JustinDMoore closed 8 years ago

JustinDMoore commented 8 years ago

When logging in:

  1. Check to see if CurrentInstallation.user == nil
  2. If nil, check to see if PUser.currentUser == nil
  3. If 1 is nil, 2 is not, update
JustinDMoore commented 8 years ago

This is not a bug. A user is only assigned to the installation object if the user signs up via Facebook.

JustinDMoore commented 8 years ago

This is a bug.