-
SummaryAfter signing in, the user object of the session only has email in it and I do not understand why. Any help would be greatly appreciated.
When I was logging "update info here" to the console, that commented code at the bottom is what I was getting. Form component that my sign in page uses:
If I left out any code you guys need, let me know. Additional informationIt says "Any object returned will be saved in ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was able to fix the issue with the following callbacks:
Maybe I'm not understanding something, but it seems like If not, no worries. |
Beta Was this translation helpful? Give feedback.
I was able to fix the issue with the following callbacks:
Maybe I'm not understanding something, but it seems like
user
shouldn't have been undefined in the first place. If anybody can shed some light on what's happening under the hood / why I had to do these callbacks to makeuser
defined that would be awesome.If not, no worries.