Hi, I want to be able to pass the user email to the universal login that is locked (user cannot change it) during signup. I saw there is signup-password option might fit the bill, but I cannot find out a way to pass in the user email. I tried email, emailPlaceholder, didn’t work.
Any suggestions?
Thanks
Amy
We figured it out, use login_hint=youremail as query parameter.
Perfect! Thanks for sharing it with the rest of community!