@verdocs/web-sdk 4.2.39 → 4.2.40

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.
@@ -41,8 +41,6 @@ const VerdocsAuth = class {
41
41
  }
42
42
  componentWillLoad() {
43
43
  this.endpoint.loadSession();
44
- }
45
- componentDidRender() {
46
44
  jsSdk.VerdocsEndpoint.getDefault().onSessionChanged((_endpoint, session, profile) => {
47
45
  var _a, _b;
48
46
  this.session = session;
@@ -123,7 +121,6 @@ const VerdocsAuth = class {
123
121
  completeLogin(result) {
124
122
  this.clearForms();
125
123
  this.tempAuthEndpoint.clearSession();
126
- console.log('lc', result.access_token);
127
124
  this.endpoint.setToken(result.access_token);
128
125
  }
129
126
  async loginAndCheckVerification() {
@@ -45,8 +45,6 @@ export class VerdocsAuth {
45
45
  }
46
46
  componentWillLoad() {
47
47
  this.endpoint.loadSession();
48
- }
49
- componentDidRender() {
50
48
  VerdocsEndpoint.getDefault().onSessionChanged((_endpoint, session, profile) => {
51
49
  var _a, _b;
52
50
  this.session = session;
@@ -127,7 +125,6 @@ export class VerdocsAuth {
127
125
  completeLogin(result) {
128
126
  this.clearForms();
129
127
  this.tempAuthEndpoint.clearSession();
130
- console.log('lc', result.access_token);
131
128
  this.endpoint.setToken(result.access_token);
132
129
  }
133
130
  async loginAndCheckVerification() {
@@ -41,8 +41,6 @@ const VerdocsAuth$1 = /*@__PURE__*/ proxyCustomElement(class VerdocsAuth extends
41
41
  }
42
42
  componentWillLoad() {
43
43
  this.endpoint.loadSession();
44
- }
45
- componentDidRender() {
46
44
  VerdocsEndpoint.getDefault().onSessionChanged((_endpoint, session, profile) => {
47
45
  var _a, _b;
48
46
  this.session = session;
@@ -123,7 +121,6 @@ const VerdocsAuth$1 = /*@__PURE__*/ proxyCustomElement(class VerdocsAuth extends
123
121
  completeLogin(result) {
124
122
  this.clearForms();
125
123
  this.tempAuthEndpoint.clearSession();
126
- console.log('lc', result.access_token);
127
124
  this.endpoint.setToken(result.access_token);
128
125
  }
129
126
  async loginAndCheckVerification() {