1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

isApproved should return false

This commit is contained in:
bitpshr 2018-10-31 00:36:01 +01:00 committed by Dan Finlay
parent 0dad394147
commit 991e08e346

View File

@ -115,7 +115,7 @@ inpageProvider._metamask = new Proxy({
if (detail.caching) {
resolve(!!detail.isApproved)
} else {
resolve(isEnabled)
resolve(false)
}
}
}