From cb54f8b64c716976cf566f6ee524f3b32655bdc6 Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Fri, 4 Aug 2023 20:37:16 -0400 Subject: [PATCH] [PM-3314] Fixed missing MP prompt on lock component (#5966) * Updated lock component to handle no master password. * Added a comment. --- .../src/auth/popup/lock.component.html | 12 ++++++++--- apps/browser/src/auth/popup/lock.component.ts | 7 +++++-- apps/desktop/src/auth/lock.component.html | 12 +++++++---- apps/desktop/src/auth/lock.component.ts | 7 +++++-- apps/web/src/app/auth/lock.component.ts | 7 +++++-- .../src/auth/components/lock.component.ts | 21 ++++++++++++++++--- 6 files changed, 50 insertions(+), 16 deletions(-) diff --git a/apps/browser/src/auth/popup/lock.component.html b/apps/browser/src/auth/popup/lock.component.html index 0a6bd0d288..e787e0106d 100644 --- a/apps/browser/src/auth/popup/lock.component.html +++ b/apps/browser/src/auth/popup/lock.component.html @@ -5,13 +5,19 @@ {{ "verifyIdentity" | i18n }}
- +
-
+
-
+
{{ "yourVaultIsLocked" | i18n }}

-
+
-
+
{{ biometricText | i18n }}
-