Hey guys,
I am currently following this guide to authenticate users on my website: https://docs.moralis.io/docs/web3-parse-server-authentication
This guide makes use of two buttons: the connect button and the authenticate button. Is there any way to combine these two buttons into one button? Two buttons obviously complicates things for users on my website. If you could point me to an example implementation of of a single connect button that would be great!
PS: I cannot use web3uikit connect button as it doesnโt work with self-hosted moralis parse server.
Thanks!