How can i configure web3auth modal to preset user email field? #1210
Replies: 3 comments 6 replies
-
I have a similar situation, would love to understand what is possible. |
Beta Was this translation helpful? Give feedback.
-
Hello! If I understood correctly, you need to obtain the provider's email, correct? After having made the connect, you have access to this async method to obtain the user's information, which in addition to the email returns other useful fields.
docs: https://web3auth.io/docs/sdk/web/core/usage#get-users-information |
Beta Was this translation helpful? Give feedback.
-
Do you need to pre-fill the user email in the web3auth plug-and-play modal? |
Beta Was this translation helpful? Give feedback.
-
Hi there! I am working on a project in which I need to develop an authentication process where the user logs in with google OAuth and when the user has to connect his wallet we've to connect him with his wallet using the email-passwordless option but we don't want to enable user manually enter email field so that user log in with the same email that he has used for signing in with google..
but after reading the docs I still can't see any config option available for this purpose?
Beta Was this translation helpful? Give feedback.
All reactions