mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
reload process on lock
This commit is contained in:
@@ -112,7 +112,9 @@ export class AppComponent implements OnInit {
|
||||
action: msg.action,
|
||||
properties: { label: msg.label },
|
||||
});
|
||||
} else {
|
||||
} else if (msg.command === 'reloadProcess') {
|
||||
window.location.reload(true);
|
||||
} else {
|
||||
msg.webExtSender = sender;
|
||||
this.broadcasterService.send(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user