andoncloud-sdk 1.3.3 → 1.3.4
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/andoncloud-sdk.js
CHANGED
|
@@ -1434,7 +1434,7 @@ var SessionStore = /*#__PURE__*/function () {
|
|
|
1434
1434
|
function SessionStore() {
|
|
1435
1435
|
this.loading = false;
|
|
1436
1436
|
this.loginStatus = {
|
|
1437
|
-
status: "
|
|
1437
|
+
status: "unknown"
|
|
1438
1438
|
};
|
|
1439
1439
|
this.api = new SessionAPI();
|
|
1440
1440
|
this.networkError = null;
|
|
@@ -1532,6 +1532,10 @@ var SessionStore = /*#__PURE__*/function () {
|
|
|
1532
1532
|
|
|
1533
1533
|
_this10.updateLoginStatus();
|
|
1534
1534
|
});
|
|
1535
|
+
} else {
|
|
1536
|
+
_this10.loginStatus = {
|
|
1537
|
+
status: "not_authorized"
|
|
1538
|
+
};
|
|
1535
1539
|
}
|
|
1536
1540
|
}();
|
|
1537
1541
|
|