mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
disable copy button if no password is present (#11349)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user