mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
[PM-13251] Password History (#11618)
* add password history view component in vault lib * integrate PasswordHistoryView into individual vault * add password history v2 to browser extension * update color of password history link * add check for `cipherId` before rendering password history
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</p>
|
||||
<a
|
||||
*ngIf="cipher.hasPasswordHistory && isLogin"
|
||||
class="tw-font-bold tw-no-underline tw-cursor-pointer"
|
||||
class="tw-font-bold tw-no-underline tw-cursor-pointer tw-text-primary-600"
|
||||
(click)="viewPasswordHistory()"
|
||||
bitTypography="body2"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user