diff --git a/libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.html b/libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.html index bc59c9058e2..730295b983b 100644 --- a/libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.html +++ b/libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.html @@ -14,7 +14,7 @@ @@ -35,7 +35,7 @@ readonly bitInput type="password" - [value]="field.value" + [value]="field.value ?? ''" aria-readonly="true" class="tw-font-mono" *ngIf="!revealedHiddenFields.includes(i)"