Authentication using email

please how do I connect wallet to the profile of a user already authenticated with email and password.

did you solve that? 3 months and no one answered him … all companies are nice and great until you go into their forums …

They answered me on discord, the wallet connected would be added to authenticated user’s account array

A user can not be authenticated twice, rather will have to log out and login with another option, but To catch a user address already logged in with email and password, you can try the code below which will give you the user address, then you can use Moralis.link to link the account to the user

const accounts = await window.ethereum.request({
  method: "eth_requestAccounts",
});