Skip to content

Commit

Permalink
isApproved should return false
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpshr committed Nov 5, 2018
1 parent 4a83a0f commit 9aedb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/inpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ inpageProvider._metamask = new Proxy({
if (detail.caching) {
resolve(!!detail.isApproved)
} else {
resolve(isEnabled)
resolve(false)
}
}
}
Expand Down

0 comments on commit 9aedb38

Please sign in to comment.