[PM-4415] Incorporating a timeout as a fallback to submission behavior

This commit is contained in:
Cesar Gonzalez 2024-10-08 11:13:50 -05:00
parent 9ce9111e32
commit 0d2eafa4bf
No known key found for this signature in database
GPG Key ID: 3381A5457F8CCECF
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ export class OverlayNotificationsBackground implements OverlayNotificationsBackg
"",
this.modifyLoginCipherFormData.get(sender.tab.id),
).catch((error) => this.logService.error(error));
}, 5000);
}, 1500);
};
/**