@hubsync/esign-web-sdk 6.5.1 → 6.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -871,6 +871,7 @@ const VerdocsSign = class {
871
871
  if (this.recipient.delegator) {
872
872
  inProgressMenuOptions.unshift({ id: 'delegate', label: 'Delegate' });
873
873
  }
874
+ console.log('this.getRecipientFields()', this.getRecipientFields());
874
875
  const invalidFields = this.getRecipientFields().filter(field => !isFieldValid(field, this.getRecipientFields()));
875
876
  invalidFields.length > 0
876
877
  ? console.log('[SIGN] Invalid fields remaining', invalidFields.map(field => field.name))