1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

no cipher to pass to view method

This commit is contained in:
Kyle Spearrin
2018-07-30 10:54:56 -04:00
parent a7318e0937
commit 1fc1768d58
2 changed files with 2 additions and 2 deletions

View File

@@ -261,7 +261,7 @@
</div>
<div class="action-buttons" *ngIf="cipher.hasPasswordHistory">
<a class="row-btn" href="#" appStopClick title="{{'passwordHistory' | i18n}}"
(click)="viewHistory(c)">
(click)="viewHistory()">
<i class="fa fa-lg fa-clock-o"></i>
</a>
</div>