@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.
- package/dist/cjs/verdocs-auth.cjs.entry.js +0 -3
- package/dist/collection/components/embeds/verdocs-auth/verdocs-auth.js +0 -3
- package/dist/components/verdocs-auth.js +0 -3
- package/dist/custom-elements.json +2119 -0
- package/dist/esm/verdocs-auth.entry.js +0 -3
- package/dist/esm-es5/verdocs-auth.entry.js +1 -1
- package/dist/types/components/embeds/verdocs-auth/verdocs-auth.d.ts +0 -1
- package/dist/verdocs-web-sdk/p-03a228e4.system.js +1 -1
- package/dist/verdocs-web-sdk/p-7dc4618c.entry.js +1 -0
- package/dist/verdocs-web-sdk/p-d9be1983.system.entry.js +1 -0
- package/dist/verdocs-web-sdk/verdocs-web-sdk.esm.js +1 -1
- package/package.json +1 -1
- package/dist/verdocs-web-sdk/p-b91d820b.system.entry.js +0 -1
- package/dist/verdocs-web-sdk/p-bffe5743.entry.js +0 -1
@@ -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() {
|