hippospace/aptos-wallet-adapter

Wallet connects without signing in

jmsdevx opened this issue · 0 comments

Wallet is currently connecting to app and returning a connected state instantly with public key without prompting the user to sign in. This creates some strange behavior as the user then tries to make a transaction and is asked to sign in for an already connected account.

Is it possible to enforce sign in before connecting?