1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

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

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);