mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
PM-21736 <message> (#14902)
This commit is contained in:
@@ -524,6 +524,7 @@ function handleSaveCipherConfirmation(message: NotificationBarWindowMessage) {
|
|||||||
const resolvedType = resolveNotificationType(notificationBarIframeInitData);
|
const resolvedType = resolveNotificationType(notificationBarIframeInitData);
|
||||||
const headerMessage = getConfirmationHeaderMessage(i18n, resolvedType, error);
|
const headerMessage = getConfirmationHeaderMessage(i18n, resolvedType, error);
|
||||||
const notificationTestId = getNotificationTestId(resolvedType, true);
|
const notificationTestId = getNotificationTestId(resolvedType, true);
|
||||||
|
appendHeaderMessageToTitle(headerMessage);
|
||||||
|
|
||||||
globalThis.setTimeout(() => sendPlatformMessage({ command: "bgCloseNotificationBar" }), 5000);
|
globalThis.setTimeout(() => sendPlatformMessage({ command: "bgCloseNotificationBar" }), 5000);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user