@eui/core 10.5.0 → 10.5.1-snapshot-1634214294057
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/eui-core.umd.js +2 -2
- package/bundles/eui-core.umd.js.map +1 -1
- package/bundles/eui-core.umd.min.js +1 -1
- package/bundles/eui-core.umd.min.js.map +1 -1
- package/docs/dependencies.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/esm2015/lib/interceptors/openid/openid-connect.service.js +3 -2
- package/fesm2015/eui-core.js +2 -1
- package/fesm2015/eui-core.js.map +1 -1
- package/package.json +2 -2
package/bundles/eui-core.umd.js
CHANGED
|
@@ -5199,10 +5199,10 @@
|
|
|
5199
5199
|
|
|
5200
5200
|
var OpenIdConnectService = /** @class */ (function () {
|
|
5201
5201
|
function OpenIdConnectService() {
|
|
5202
|
-
var _this = this;
|
|
5203
5202
|
if ((typeof ApiGateway) !== 'undefined') {
|
|
5203
|
+
var that_1 = this;
|
|
5204
5204
|
ApiGateway.getUser(function (user) {
|
|
5205
|
-
|
|
5205
|
+
that_1.userDetails = {
|
|
5206
5206
|
domain: null,
|
|
5207
5207
|
domainUsername: user.username,
|
|
5208
5208
|
firstName: user.given_name,
|