Web3Auth whitelabel with moralis v1

Hey, we have a Gatsby project that uses moralis v1 and web3auth, we are trying to get a user to login using the useMoralis hook authentication function, but we need to display custom information like the application name, application logo, and language, in the web3auth modal and the web3auth login email, how can we do it? Considering that we are using the function specified above, I am attaching a screenshot of our code.

1 Like

What do you mean by application name and language?

You can get information like the email address used to log in from the local storage item called openlogin_store.

I am referring to the configuration of the web3auth modal, which also modifies the email that is sent to the user so that they can complete their login. I know that this can be done in Web3auth, but I don’t know how can i do this with the moralis authentication() function, using ‘web3auth’ as ​​provider

You would need to customize the default Web3Auth connector and use this as a custom connector.