mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
implement bitLink for password history (#10769)
This commit is contained in:
parent
87a1742a43
commit
1951b70fd1
@ -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 }"
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user