1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-13 10:24:20 +01:00

display toast when billing sync copy button is clicked (#10661)

This commit is contained in:
Jordan Aasen 2024-08-26 09:13:58 -07:00 committed by GitHub
parent e13eca57dd
commit bfc49c4e41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,8 @@
bitIconButton="bwi-clone" bitIconButton="bwi-clone"
bitSuffix bitSuffix
type="button" type="button"
showToast
[valueLabel]="'billingSyncKey' | i18n"
[appCopyClick]="clientSecret" [appCopyClick]="clientSecret"
[appA11yTitle]="'copyValue' | i18n" [appA11yTitle]="'copyValue' | i18n"
></button> ></button>