block-core / blockcore-wallet

Web5 Wallet for your coins, tokens, identities, NFTs and more.
https://www.blockcore.net/wallet
MIT License
43 stars 33 forks source link

Sign Message constructor is called twice #282

Open sondreb opened 1 year ago

sondreb commented 1 year ago

When the sign message action is triggered, the controller's constructor is called twice, meaning the controller is created twice for the action being triggered. This might be some routing etc. that is causing this.

image

sondreb commented 1 year ago

If wallet is currently locked and user must enter password, then the controller is only called once.