From 6ca24399aed2c7cf08cec407060bdfa4be43bae0 Mon Sep 17 00:00:00 2001 From: Miles Blackwood Date: Thu, 8 May 2025 11:05:30 -0400 Subject: [PATCH] Merge branch 'main' into 202505-notifications-refactor --- .../src/autofill/content/components/notification/footer.ts | 2 +- .../src/autofill/notification/abstractions/notification-bar.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/browser/src/autofill/content/components/notification/footer.ts b/apps/browser/src/autofill/content/components/notification/footer.ts index d8bfa7dd9f0..f450e0ba1b5 100644 --- a/apps/browser/src/autofill/content/components/notification/footer.ts +++ b/apps/browser/src/autofill/content/components/notification/footer.ts @@ -55,7 +55,7 @@ export function NotificationFooter({ } return html` -
+
${!isChangeNotification ? NotificationButtonRow({ collections, diff --git a/apps/browser/src/autofill/notification/abstractions/notification-bar.ts b/apps/browser/src/autofill/notification/abstractions/notification-bar.ts index 8d17077268e..ef3304b8fc9 100644 --- a/apps/browser/src/autofill/notification/abstractions/notification-bar.ts +++ b/apps/browser/src/autofill/notification/abstractions/notification-bar.ts @@ -32,8 +32,6 @@ type NotificationBarIframeInitData = { removeIndividualVault?: boolean; theme?: Theme; type?: NotificationType; - passwordChangeUri?: string; - params?: NotificationMessageParams; }; type NotificationBarWindowMessage = {