It’s working fine. Now I’m looking for connectTo function to pass Email Passwordless login_hint, which I collect in my website through a separate signup form, but Wagmi provides it’s own connect function which is also used in your example app but it doesn’t accept “loginParams”, so how can I use your connectTo function, as mentioned in the same docs:
Hi @maharshi, thanks for getting back to me. I am aware of this, I can’t pass login_hint when initializing wagmi and web3auth during the Web3AuthConnectorInstance. I need to pass login_hint later on to the wagmi connect function.
I have the same problem. When initializing wagmi we have to pass the login_hint, but we don’t know the users email address/phone number at this point.
Is there a way for the the user to be able to enter enter their email address/phone number in the popup? Or how can we pass it to the connector on the fly once we get it?