mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
use chrome.runtime.reload
This commit is contained in:
@@ -179,7 +179,7 @@ export default class MainBackground {
|
||||
this.storageService, this.appIdService);
|
||||
this.systemService = new SystemService(this.storageService, this.lockService,
|
||||
this.messagingService, this.platformUtilsService, () => {
|
||||
window.location.reload(true);
|
||||
BrowserApi.reloadExtension(window, false);
|
||||
return Promise.resolve();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user