fix(@desktop/browser): Can't sign in to Cryptokitties (sing a message to dapp)

fixes #5013
This commit is contained in:
Khushboo Mehta 2022-05-13 12:28:12 +02:00 committed by Iuri Matias
parent c04b9a937d
commit ddf816a649
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ QtObject {
signDialog.signMessage = function (enteredPassword) {
signDialog.interactedWith = true;
request.payload.password = enteredPassword;
request.payload.from = WalletStore.dappBrowserAccount.address;
switch(request.payload.method){
case Constants.personal_sign:
request.payload.params[0] = signValue(request.payload.params[0]);