codeforcauseorg / archive.codeforcause.org

https://sandbox.codeforcause.org
Mozilla Public License 2.0
44 stars 78 forks source link

fixed Cannot read property 'getIdToken' of null #219

Closed ItsDEFAULT closed 3 years ago

ItsDEFAULT commented 3 years ago

added a type check before accessing the user token to remove the error

Abhishek-kumar09 commented 3 years ago

Nice one, thanks for the PR.