Struggling with Torus

There isn’t any demo for Torus-Logging on the moralis github right? I’m not being able to reproduce what the docs says. I get the login view from Torus when calling Moralis.enableWeb3() but after that point the doc doesn’t explain how to get the wallet address or how that screenshot on the left with the Connect Wallet button on top is reached.
OK, now I get it, you don’t really need to call
window.web3 = await Moralis.enableWeb3();
like the docs tells. Actually you can normally call Moralis.authenticate() after Moralis.setEnableWeb3(customEnable )