@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.
@@ -873,6 +873,7 @@ const VerdocsSign = class {
873
873
  if (this.recipient.delegator) {
874
874
  inProgressMenuOptions.unshift({ id: 'delegate', label: 'Delegate' });
875
875
  }
876
+ console.log('this.getRecipientFields()', this.getRecipientFields());
876
877
  const invalidFields = this.getRecipientFields().filter(field => !jsSdk.isFieldValid(field, this.getRecipientFields()));
877
878
  invalidFields.length > 0
878
879
  ? console.log('[SIGN] Invalid fields remaining', invalidFields.map(field => field.name))