@sunbird-cb/utils 1.0.11 → 1.0.12
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/bundles/sunbird-cb-utils.umd.js +1 -1
- package/bundles/sunbird-cb-utils.umd.js.map +1 -1
- package/bundles/sunbird-cb-utils.umd.min.js +1 -1
- package/bundles/sunbird-cb-utils.umd.min.js.map +1 -1
- package/esm2015/lib/services/auth-keycloak.service.js +2 -2
- package/esm5/lib/services/auth-keycloak.service.js +2 -2
- package/fesm2015/sunbird-cb-utils.js +1 -1
- package/fesm2015/sunbird-cb-utils.js.map +1 -1
- package/fesm5/sunbird-cb-utils.js +1 -1
- package/fesm5/sunbird-cb-utils.js.map +1 -1
- package/package.json +1 -1
|
@@ -2182,10 +2182,10 @@
|
|
|
2182
2182
|
catch (_b) {
|
|
2183
2183
|
}
|
|
2184
2184
|
storage$1.removeItem(storageKey$1);
|
|
2185
|
+
window.location.href = '/public/logout';
|
|
2185
2186
|
return [4, this.http.get('/apis/reset').toPromise()];
|
|
2186
2187
|
case 1:
|
|
2187
2188
|
_a.sent();
|
|
2188
|
-
window.location.href = '/public/logout';
|
|
2189
2189
|
return [2];
|
|
2190
2190
|
}
|
|
2191
2191
|
});
|