1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

[PM-10437][PM-10438] Copy toast message (#10366)

* add option to include a label for copy success message

* add label text to copy success messages for all cipher types
This commit is contained in:
Nick Krantz
2024-08-05 13:00:29 -05:00
committed by GitHub
parent cecfbaeaad
commit 8fcf717ec4
6 changed files with 50 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
type="button"
[appCopyClick]="field.value"
showToast
[valueLabel]="field.name"
[appA11yTitle]="'copyValue' | i18n"
></button>
</bit-form-field>
@@ -30,6 +31,7 @@
type="button"
[appCopyClick]="field.value"
showToast
[valueLabel]="field.name"
[appA11yTitle]="'copyValue' | i18n"
></button>
</bit-form-field>