@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.
@@ -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
- _this.userDetails = {
5205
+ that_1.userDetails = {
5206
5206
  domain: null,
5207
5207
  domainUsername: user.username,
5208
5208
  firstName: user.given_name,