React - Get users current metamask wallet address

Hi,

Is there a way to get the users current metamask address while using enableWeb3() instead of authenticate().

While using an account registered through email and password I would like the user to connect to their metamask wallet and store their current address.

When enableWeb3() is confirmed can I get the users metamask address.

Yes, you can use the user value from the useMoralis hook and just do user.get("ethAddress"). Check https://github.com/MoralisWeb3/react-moralis#usemoralis, the 3rd table after the short code examples