1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

account for possible null value (#11589)

This commit is contained in:
Jordan Aasen
2024-10-16 12:11:43 -07:00
committed by GitHub
parent 80789465cb
commit 6e37047776

View File

@@ -43,7 +43,7 @@
></button>
<bit-hint>{{ "sendPasswordDescV2" | i18n }}</bit-hint>
</bit-form-field>
<bit-form-control *ngIf="!disableHideEmail || originalSendView.hideEmail">
<bit-form-control *ngIf="!disableHideEmail || originalSendView?.hideEmail">
<input
[disabled]="disableHideEmail && !sendOptionsForm.get('hideEmail').value"
bitCheckbox