1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-27 12:36:14 +01:00

clear page details on load

This commit is contained in:
Kyle Spearrin 2018-09-27 10:52:01 -04:00
parent 1f361bc091
commit 1873df7f20

View File

@ -196,6 +196,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
}
this.hostname = Utils.getHostname(this.url);
this.pageDetails = [];
BrowserApi.tabSendMessage(tab, {
command: 'collectPageDetails',
tab: tab,