1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00: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

View File

@@ -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