RubberNoodles / joke-with-friends

2 stars 0 forks source link

Fix Undefined Token ID #7

Closed joshuanianji closed 3 years ago

joshuanianji commented 3 years ago

res.data.tokenId in login.tsx returns undefined and does not work when a user logs in

RubberNoodles commented 3 years ago

It was coded as res.data.tokenId but the actual name for it was res.data.userIdToken. I was tipped off that this was the issue because console logging res.data.tokenId was undefined.

RubberNoodles commented 3 years ago

Haha that was a bit annoying :')