From 0d2eafa4bf34d8c608262f9a42ac61df003dd2ed Mon Sep 17 00:00:00 2001 From: Cesar Gonzalez Date: Tue, 8 Oct 2024 11:13:50 -0500 Subject: [PATCH] [PM-4415] Incorporating a timeout as a fallback to submission behavior --- .../src/autofill/background/overlay-notifications.background.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/browser/src/autofill/background/overlay-notifications.background.ts b/apps/browser/src/autofill/background/overlay-notifications.background.ts index 326ceac8ac..b5baaa1667 100644 --- a/apps/browser/src/autofill/background/overlay-notifications.background.ts +++ b/apps/browser/src/autofill/background/overlay-notifications.background.ts @@ -161,7 +161,7 @@ export class OverlayNotificationsBackground implements OverlayNotificationsBackg "", this.modifyLoginCipherFormData.get(sender.tab.id), ).catch((error) => this.logService.error(error)); - }, 5000); + }, 1500); }; /**