mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
disable copy button if no password is present (#11349)
This commit is contained in:
parent
9ff1db7573
commit
97a97c4b2d
@ -35,6 +35,7 @@
|
||||
bitIconButton="bwi-clone"
|
||||
bitSuffix
|
||||
[appA11yTitle]="'copyPassword' | i18n"
|
||||
[disabled]="!sendOptionsForm.get('password').value"
|
||||
[valueLabel]="'password' | i18n"
|
||||
[appCopyClick]="sendOptionsForm.get('password').value"
|
||||
showToast
|
||||
|
Loading…
Reference in New Issue
Block a user