1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

fkex copy directive

This commit is contained in:
Kyle Spearrin
2019-01-23 16:27:22 -05:00
parent 824c5210fd
commit f8d987781a
4 changed files with 6 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
<div class="box-content condensed">
<div class="box-content-row box-content-row-flex" *ngFor="let h of history">
<div class="row-main">
<div class="text password-wrapper monospaced"
<div class="text password-wrapper monospaced" appFlexCopy
[innerHTML]="h.password | colorPassword"></div>
<span class="detail">{{h.date | date:'medium'}}</span>
</div>