I have tested the original repo and it seems that when onCallback is executed, the parsed url returned from google with the authorization code does not contain an attribute called code, but a new attribute called approvedCode which represents the authorization code in the window url. I updated the repo to read that attribute so that the code from line 69 to 74 is executed accordingly.
…f "code".
I have tested the original repo and it seems that when
onCallback
is executed, the parsed url returned from google with the authorization code does not contain an attribute calledcode
, but a new attribute calledapprovedCode
which represents the authorization code in the window url. I updated the repo to read that attribute so that the code from line69
to74
is executed accordingly.