mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
clear page details on load
This commit is contained in:
@@ -196,6 +196,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.hostname = Utils.getHostname(this.url);
|
this.hostname = Utils.getHostname(this.url);
|
||||||
|
this.pageDetails = [];
|
||||||
BrowserApi.tabSendMessage(tab, {
|
BrowserApi.tabSendMessage(tab, {
|
||||||
command: 'collectPageDetails',
|
command: 'collectPageDetails',
|
||||||
tab: tab,
|
tab: tab,
|
||||||
|
|||||||
Reference in New Issue
Block a user