PM-21736 <message> (#14902)

This commit is contained in:
Daniel Riera 2025-06-04 09:43:38 -04:00 committed by GitHub
parent 8f74eaea1c
commit d249d682fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -524,6 +524,7 @@ function handleSaveCipherConfirmation(message: NotificationBarWindowMessage) {
const resolvedType = resolveNotificationType(notificationBarIframeInitData);
const headerMessage = getConfirmationHeaderMessage(i18n, resolvedType, error);
const notificationTestId = getNotificationTestId(resolvedType, true);
appendHeaderMessageToTitle(headerMessage);
globalThis.setTimeout(() => sendPlatformMessage({ command: "bgCloseNotificationBar" }), 5000);