Password History Overflow (#743)
This commit is contained in:
parent
087c84bcfb
commit
f090e8febf
|
@ -493,7 +493,7 @@
|
||||||
<div class="ml-3" *ngIf="viewingPasswordHistory">
|
<div class="ml-3" *ngIf="viewingPasswordHistory">
|
||||||
<div *ngFor="let ph of cipher.passwordHistory">
|
<div *ngFor="let ph of cipher.passwordHistory">
|
||||||
{{ph.lastUsedDate | date:'short'}} -
|
{{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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue