ucsb-cs56-w20 / mapache-search

https://mapache-search-qa.herokuapp.com/
2 stars 3 forks source link

Fixed Google OAuth bugs #168

Closed darraghjburke closed 4 years ago

darraghjburke commented 4 years ago

Fixed the Null Pointer Exception and the broken avatar bugs.

Note that the way we're supporting multiple authentication types is pretty hacky and liable to break. This PR doesn't really address this, but at least the program shouldn't crash anymore.

benye11 commented 4 years ago

good fix, thanks for noticing the else statement was missing isGoogle check.