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 = {