vechain / connex

The mono-repo contains libraries to help build dApps for VeChain.
https://docs.vechain.org/developer-resources/sdks-and-providers/connex
GNU Lesser General Public License v3.0
86 stars 3.58k forks source link

VechainThor wallet wrong password and re-entered #114

Open tv-tran opened 2 years ago

tv-tran commented 2 years ago

Hello! There is no repo for VechainThor wallet so I created an issue here.

Open a dapp on VechainThor wallet: When an incorrect password is entered an error is returned but the password input window does not close, then re-enter the correct password but will not return the promise (cert)

window.connex.vendor.sign(...signArgs).request(...requestArgs).then(async(cert) => {
    ... result
})
libotony commented 2 years ago

hi @tv-truong, which platform?

tv-tran commented 2 years ago

@libotony I tested on android (IOs not tested)

libotony commented 2 years ago

Got it, I will forward this message to the team.