From ed865a67470c70a0a968810eb24e173c09f839ed Mon Sep 17 00:00:00 2001 From: ttalty <144813356+ttalty@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:44:06 -0500 Subject: [PATCH] =?UTF-8?q?[PM-3560]=20Adding=20the=20password=20complexit?= =?UTF-8?q?y=20component=20to=20the=20password=20protected=20va=E2=80=A6?= =?UTF-8?q?=20(#6936)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adding the password complexity component to the password protected valut export * Removing the zxcvbn import as the component handles the strength check --- .../tools/vault-export/export.component.html | 41 +++++++++++-------- .../export/components/export.component.ts | 6 ++- 2 files changed, 28 insertions(+), 19 deletions(-) diff --git a/apps/web/src/app/tools/vault-export/export.component.html b/apps/web/src/app/tools/vault-export/export.component.html index 159f929084..9d885ba398 100644 --- a/apps/web/src/app/tools/vault-export/export.component.html +++ b/apps/web/src/app/tools/vault-export/export.component.html @@ -86,24 +86,29 @@
- - {{ "filePassword" | i18n }} - - - {{ "exportPasswordDescription" | i18n }} - +
+ + {{ "filePassword" | i18n }} + + + {{ "exportPasswordDescription" | i18n }} + + + +
+ {{ "confirmFilePassword" | i18n }} ; private _disabledByPolicy = false;