Different wallet

I use
@web3auth/base”: “^6.1.3”
@web3auth/openlogin-adapter”: “^6.1.3”,
@web3auth/torus-wallet-connector-plugin”: “^6.1.3”,

Hi! I have a problem. I log in on my system using openlogin. I click the Open Wallet button, then I get a window where to log in to torus wallet and if I use the same google accunt to log in I get a different wallet, why?

As a user how can I access my wallet to withdraw funds? I see a different wallet number when I use the same account

@dev.amsets Thanks for reaching out.

Web3Auth accounts are scoped to applications (clientId). The other reasons are:

  • Different verifiers being used
  • Different client ids
  • Different social logins (email passwordless and google is not same)
  • Torus wallet accounts are different from web3auth accounts.

When you click the Open Wallet button in the Torus Wallet Plugin, you should not be getting any screen to login again, it should directly take you to the same address.

You may refer to this documentation as well:

1 Like