oidc-jwt-client
Advanced tools
Comparing version 4.0.16-develop.2 to 4.0.16-develop.3
@@ -28,3 +28,2 @@ 'use strict'; | ||
} | ||
console.log(this); | ||
} | ||
@@ -88,6 +87,4 @@ AuthService.prototype.setInitialized = function (isInitialized) { | ||
if (params === void 0) { params = {}; } | ||
console.log(params); | ||
var post_logout_redirect_uri = params.post_logout_redirect_uri || window.location.href; | ||
var query = tslib_es6.__assign(tslib_es6.__assign({}, params), { post_logout_redirect_uri: post_logout_redirect_uri }); | ||
console.log(this); | ||
this.resetStorage(); | ||
@@ -94,0 +91,0 @@ window.location.href = queryString__default.default.stringifyUrl({ url: "".concat(this.client.url, "/logout"), query: query }); |
@@ -22,3 +22,2 @@ import { __assign, __awaiter, __generator } from '../node_modules/tslib/tslib.es6.js'; | ||
} | ||
console.log(this); | ||
} | ||
@@ -82,6 +81,4 @@ AuthService.prototype.setInitialized = function (isInitialized) { | ||
if (params === void 0) { params = {}; } | ||
console.log(params); | ||
var post_logout_redirect_uri = params.post_logout_redirect_uri || window.location.href; | ||
var query = __assign(__assign({}, params), { post_logout_redirect_uri: post_logout_redirect_uri }); | ||
console.log(this); | ||
this.resetStorage(); | ||
@@ -88,0 +85,0 @@ window.location.href = queryString.stringifyUrl({ url: "".concat(this.client.url, "/logout"), query: query }); |
{ | ||
"name": "oidc-jwt-client", | ||
"version": "4.0.16-develop.2", | ||
"version": "4.0.16-develop.3", | ||
"description": "Fetch JWTs for API access from oidc-jwt-provider", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
168246
1622