thankful icon indicating copy to clipboard operation
thankful copied to clipboard

Try 'eth_requestAccounts' as a workaround for enabling privacy mode

Open Powersource opened this issue 6 years ago • 1 comments

Fixes https://github.com/SuperuserLabs/thankful/issues/172

Doesn't seem to work. What happens:

'init promise' is always printed.
'addrs' is printed if privacy mode is off. Neither 'addrs' nor 'user denied metamask permission' are printed when privacy mode is on, and no popup (or anything special in the metamask window) shows.
The permission popup does work for me on websites like gitcoin.

Powersource avatar Jul 12 '19 10:07 Powersource

Relevant links

https://github.com/MetaMask/metamask-extension/issues/5715
https://github.com/MetaMask/metamask-extension/blob/v6.7.2/app/scripts/inpage.js#L35

Powersource avatar Jul 12 '19 10:07 Powersource