From 95ef2f523cc5bffd75ecb5f68403ca7ba05dcf2d Mon Sep 17 00:00:00 2001 From: Jordan Aasen <166539328+jaasen-livefront@users.noreply.github.com> Date: Fri, 7 Feb 2025 10:05:37 -0800 Subject: [PATCH] [PM-16707] - show password history for hidden field types (#13199) * don't limit password history to login types * don't display password change date if it's not present --- .../item-history/item-history-v2.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/vault/src/cipher-view/item-history/item-history-v2.component.html b/libs/vault/src/cipher-view/item-history/item-history-v2.component.html index a207b8fa1ca..19d1cfe1744 100644 --- a/libs/vault/src/cipher-view/item-history/item-history-v2.component.html +++ b/libs/vault/src/cipher-view/item-history/item-history-v2.component.html @@ -10,15 +10,15 @@
{{ "dateCreated" | i18n }}: {{ cipher.creationDate | date: "medium" }}
@@ -26,7 +26,7 @@ {{ cipher.passwordRevisionDisplayDate | date: "medium" }}