mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[PM-7660] Master Password Re-Prompt from Autofill Not Working (#8862)
This commit is contained in:
@@ -1105,7 +1105,10 @@ export default class MainBackground {
|
|||||||
await (this.eventUploadService as EventUploadService).init(true);
|
await (this.eventUploadService as EventUploadService).init(true);
|
||||||
this.twoFactorService.init();
|
this.twoFactorService.init();
|
||||||
|
|
||||||
if (!this.popupOnlyContext) {
|
if (this.popupOnlyContext) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
await this.vaultTimeoutService.init(true);
|
await this.vaultTimeoutService.init(true);
|
||||||
this.fido2Background.init();
|
this.fido2Background.init();
|
||||||
await this.runtimeBackground.init();
|
await this.runtimeBackground.init();
|
||||||
@@ -1119,7 +1122,6 @@ export default class MainBackground {
|
|||||||
if (BrowserApi.isManifestVersion(2)) {
|
if (BrowserApi.isManifestVersion(2)) {
|
||||||
await this.webRequestBackground.init();
|
await this.webRequestBackground.init();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if (this.platformUtilsService.isFirefox() && !this.isPrivateMode) {
|
if (this.platformUtilsService.isFirefox() && !this.isPrivateMode) {
|
||||||
// Set Private Mode windows to the default icon - they do not share state with the background page
|
// Set Private Mode windows to the default icon - they do not share state with the background page
|
||||||
|
|||||||
Reference in New Issue
Block a user