scandoc-ai-components 0.1.1 → 0.1.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.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11798,6 +11798,7 @@ class ServiceConfig {
|
|
|
11798
11798
|
if (isOk) {
|
|
11799
11799
|
this.accessToken = data["access_token"];
|
|
11800
11800
|
this.refreshToken = data["refresh_token"];
|
|
11801
|
+
console.log(this.accessToken);
|
|
11801
11802
|
return this.accessToken;
|
|
11802
11803
|
} else {
|
|
11803
11804
|
console.error("Could not authenticate! Check your static key!");
|