1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +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

@@ -13,6 +13,7 @@
type="button"
[appCopyClick]="notes"
showToast
[valueLabel]="'note' | i18n"
[appA11yTitle]="'copyValue' | i18n"
></button>
</bit-form-field>