mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
Password History Overflow (#743)
This commit is contained in:
@@ -493,7 +493,7 @@
|
||||
<div class="ml-3" *ngIf="viewingPasswordHistory">
|
||||
<div *ngFor="let ph of cipher.passwordHistory">
|
||||
{{ph.lastUsedDate | date:'short'}} -
|
||||
<span class="text-monospace ml-2">{{ph.password}}</span>
|
||||
<span class="password-wrapper text-monospace ml-2">{{ph.password}}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user