mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
fix(@browser): Fix disconnect when url is resolved by ens
This commit is contained in:
parent
45deb4072e
commit
9c77f2162b
@ -492,7 +492,7 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
onDisconnect: {
|
onDisconnect: {
|
||||||
Web3ProviderStore.disconnect(Utils.getHostname(_internal.currentWebView.url))
|
Web3ProviderStore.disconnect(Utils.getHostname(browserHeader.addressBar.text))
|
||||||
provider.postMessage("web3-disconnect-account", "{}");
|
provider.postMessage("web3-disconnect-account", "{}");
|
||||||
_internal.currentWebView.reload()
|
_internal.currentWebView.reload()
|
||||||
close()
|
close()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user