@obelisk/client
Advanced tools
Comparing version 2.7.3 to 2.7.4
@@ -328,5 +328,5 @@ "use strict"; | ||
// console.log('try offline'); | ||
console.debug('offline token, trying refresh login'); | ||
const offline = this._storage.get('offline'); | ||
if (offline && offline.token) { | ||
console.debug('offline token, trying refresh login'); | ||
// console.debug('--trying offline_token login'); | ||
@@ -333,0 +333,0 @@ const url = this._uma2Config.token_endpoint; |
{ | ||
"name": "@obelisk/client", | ||
"version": "2.7.3", | ||
"version": "2.7.4", | ||
"description": "Typescript client to interact with Obelisk on a higher level than the regular ReST API calls.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111351