adam-conway / stravaelo

1 stars 1 forks source link

New user is created after email invite instead of pending user being updated to active #38

Open adam-conway opened 6 years ago

adam-conway commented 6 years ago

Context:

This issue is in the #from_omniauth method in the User class. The email used to invite Kenneth had a capital K "Ktransier@gmail.com" but the email sent back from Strava had a lower case k "ktransier@gmail.com" so I wasn't able to find the user to update and instead created a brand new one.