1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-08 05:47:50 +02:00

disable copy button if no password is present (#11349)

This commit is contained in:
Jordan Aasen 2024-10-01 13:38:27 -07:00 committed by GitHub
parent 9ff1db7573
commit 97a97c4b2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,7 @@
bitIconButton="bwi-clone" bitIconButton="bwi-clone"
bitSuffix bitSuffix
[appA11yTitle]="'copyPassword' | i18n" [appA11yTitle]="'copyPassword' | i18n"
[disabled]="!sendOptionsForm.get('password').value"
[valueLabel]="'password' | i18n" [valueLabel]="'password' | i18n"
[appCopyClick]="sendOptionsForm.get('password').value" [appCopyClick]="sendOptionsForm.get('password').value"
showToast showToast