@verdocs/web-sdk 4.2.106 → 4.2.107

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.
@@ -97,6 +97,7 @@ const VerdocsAuth = class {
97
97
  this.last_name = '';
98
98
  this.org_name = '';
99
99
  this.displayMode = 'verify';
100
+ this.submitting = false;
100
101
  })
101
102
  .catch(e => {
102
103
  var _a, _b, _c, _d, _e, _f;
@@ -111,6 +111,7 @@ export class VerdocsAuth {
111
111
  this.last_name = '';
112
112
  this.org_name = '';
113
113
  this.displayMode = 'verify';
114
+ this.submitting = false;
114
115
  })
115
116
  .catch(e => {
116
117
  var _a, _b, _c, _d, _e, _f;
@@ -97,6 +97,7 @@ const VerdocsAuth$1 = /*@__PURE__*/ proxyCustomElement(class VerdocsAuth extends
97
97
  this.last_name = '';
98
98
  this.org_name = '';
99
99
  this.displayMode = 'verify';
100
+ this.submitting = false;
100
101
  })
101
102
  .catch(e => {
102
103
  var _a, _b, _c, _d, _e, _f;