You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The additionalSignupFields seem to be assigned before the user is logged in. I tried to assign the defaultValue from information after a google authentication but nothing happens because the default values are still blank when it is assigned.
I can get to the additionalSignupData prior to it showing the additional fields card but I can't seem to be able to assign the values of the fields. it is showing that the additionalSignupData is null at the point it gets to onSwitchToAdditionalFields.
Describe the bug
The additionalSignupFields seem to be assigned before the user is logged in. I tried to assign the defaultValue from information after a google authentication but nothing happens because the default values are still blank when it is assigned.
I can get to the additionalSignupData prior to it showing the additional fields card but I can't seem to be able to assign the values of the fields. it is showing that the additionalSignupData is null at the point it gets to onSwitchToAdditionalFields.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Be able to assign the additionalSignupData prior to showing the additional data card
Screenshots
If applicable, add screenshots to help explain your problem.
Information (please complete the following information):
Additional context
Sample code to make this happen would be helpful if I'm simply doing it incorrectly.
The text was updated successfully, but these errors were encountered: