From 1e5c0ac41f901bb328c453c78de04dc9cbc0b719 Mon Sep 17 00:00:00 2001
From: Jordan Aasen <166539328+jaasen-livefront@users.noreply.github.com>
Date: Thu, 30 Oct 2025 08:57:48 -0700
Subject: [PATCH 01/21] add reprompt. fix logic (#17122)
---
...utofill-confirmation-dialog.component.html | 10 +-
...fill-confirmation-dialog.component.spec.ts | 70 ++++++-
.../autofill-confirmation-dialog.component.ts | 3 +
.../item-more-options.component.spec.ts | 185 ++++++++++--------
.../item-more-options.component.ts | 5 +
5 files changed, 182 insertions(+), 91 deletions(-)
diff --git a/apps/browser/src/vault/popup/components/vault-v2/autofill-confirmation-dialog/autofill-confirmation-dialog.component.html b/apps/browser/src/vault/popup/components/vault-v2/autofill-confirmation-dialog/autofill-confirmation-dialog.component.html
index 77801edc8fe..625c92e38c5 100644
--- a/apps/browser/src/vault/popup/components/vault-v2/autofill-confirmation-dialog/autofill-confirmation-dialog.component.html
+++ b/apps/browser/src/vault/popup/components/vault-v2/autofill-confirmation-dialog/autofill-confirmation-dialog.component.html
@@ -48,11 +48,13 @@
-
+ @if (!viewOnly) {
+
+ }