1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

use valueLabel with appCopyClick directive (#11718)

* add `valueLabel` to `appCopyClick` directives 
* move generated value description to the configuration
This commit is contained in:
✨ Audrey ✨
2024-10-25 17:43:49 -04:00
committed by GitHub
parent 5f0755d74d
commit c780cbc77e
10 changed files with 46 additions and 4 deletions

View File

@@ -19,6 +19,7 @@
showToast
[appA11yTitle]="credentialTypeCopyLabel$ | async"
[appCopyClick]="value$ | async"
[valueLabel]="credentialTypeLabel$ | async"
>
{{ credentialTypeCopyLabel$ | async }}
</button>