@umbraco-cms/backoffice 14.0.0--preview006-ab52ae92 → 14.0.0--preview006-e321634a

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.
@@ -9,7 +9,7 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
9
9
  if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
10
10
  return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
11
11
  };
12
- var _UmbAuthContext_instances, _UmbAuthContext_isAuthorized, _UmbAuthContext_isBypassed, _UmbAuthContext_serverUrl, _UmbAuthContext_backofficePath, _UmbAuthContext_authFlow, _UmbAuthContext_openApi, _UmbAuthContext_getRedirectUrl;
12
+ var _UmbAuthContext_instances, _UmbAuthContext_isAuthorized, _UmbAuthContext_isBypassed, _UmbAuthContext_serverUrl, _UmbAuthContext_backofficePath, _UmbAuthContext_authFlow, _UmbAuthContext_getRedirectUrl;
13
13
  import { UmbAuthFlow } from './auth-flow.js';
14
14
  import { UMB_AUTH_CONTEXT } from './auth.context.token.js';
15
15
  import { UmbBaseController } from '../../libs/class-api/index.js';
@@ -25,7 +25,6 @@ export class UmbAuthContext extends UmbBaseController {
25
25
  _UmbAuthContext_serverUrl.set(this, void 0);
26
26
  _UmbAuthContext_backofficePath.set(this, void 0);
27
27
  _UmbAuthContext_authFlow.set(this, void 0);
28
- _UmbAuthContext_openApi.set(this, OpenAPI);
29
28
  __classPrivateFieldSet(this, _UmbAuthContext_isBypassed, isBypassed, "f");
30
29
  __classPrivateFieldSet(this, _UmbAuthContext_serverUrl, serverUrl, "f");
31
30
  __classPrivateFieldSet(this, _UmbAuthContext_backofficePath, backofficePath, "f");
@@ -142,6 +141,6 @@ export class UmbAuthContext extends UmbBaseController {
142
141
  };
143
142
  }
144
143
  }
145
- _UmbAuthContext_isAuthorized = new WeakMap(), _UmbAuthContext_isBypassed = new WeakMap(), _UmbAuthContext_serverUrl = new WeakMap(), _UmbAuthContext_backofficePath = new WeakMap(), _UmbAuthContext_authFlow = new WeakMap(), _UmbAuthContext_openApi = new WeakMap(), _UmbAuthContext_instances = new WeakSet(), _UmbAuthContext_getRedirectUrl = function _UmbAuthContext_getRedirectUrl() {
144
+ _UmbAuthContext_isAuthorized = new WeakMap(), _UmbAuthContext_isBypassed = new WeakMap(), _UmbAuthContext_serverUrl = new WeakMap(), _UmbAuthContext_backofficePath = new WeakMap(), _UmbAuthContext_authFlow = new WeakMap(), _UmbAuthContext_instances = new WeakSet(), _UmbAuthContext_getRedirectUrl = function _UmbAuthContext_getRedirectUrl() {
146
145
  return `${window.location.origin}${__classPrivateFieldGet(this, _UmbAuthContext_backofficePath, "f")}`;
147
146
  };