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:
parent
0dad394147
commit
991e08e346
@ -115,7 +115,7 @@ inpageProvider._metamask = new Proxy({
|
||||
if (detail.caching) {
|
||||
resolve(!!detail.isApproved)
|
||||
} else {
|
||||
resolve(isEnabled)
|
||||
resolve(false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user