mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
implement view reload
This commit is contained in:
@@ -257,8 +257,7 @@
|
||||
</div>
|
||||
<div *ngIf="cipher.hasPasswordHistory">
|
||||
<b class="font-weight-semibold">{{'passwordHistory' | i18n}}:</b>
|
||||
<a href="#" (click)="viewHistory()" appStopClick title="{{'passwordHistory' | i18n}}"
|
||||
class="text-muted">
|
||||
<a href="#" (click)="viewHistory()" appStopClick title="{{'passwordHistory' | i18n}}">
|
||||
{{cipher.passwordHistory.length}}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user