1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02:00

implement bitLink for password history (#10769)

This commit is contained in:
Nick Krantz 2024-09-03 10:25:10 -05:00 committed by GitHub
parent 87a1742a43
commit 1951b70fd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@
</p>
<a
*ngIf="cipher.hasPasswordHistory && isLogin"
bitLink
class="tw-font-bold tw-no-underline"
routerLink="/cipher-password-history"
[queryParams]="{ cipherId: cipher.id }"

View File

@ -7,6 +7,7 @@ import { CipherType } from "@bitwarden/common/vault/enums";
import { CipherView } from "@bitwarden/common/vault/models/view/cipher.view";
import {
CardComponent,
LinkModule,
SectionComponent,
SectionHeaderComponent,
TypographyModule,
@ -24,6 +25,7 @@ import {
SectionComponent,
SectionHeaderComponent,
TypographyModule,
LinkModule,
],
})
export class ItemHistoryV2Component {