@umbraco-cms/backoffice 14.0.0--preview004-024f35fe → 14.0.0--preview004-9ceaa576
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.
|
@@ -164,7 +164,6 @@ export let UmbAppElement = class UmbAppElement extends UmbLitElement {
|
|
|
164
164
|
await this.#authContext.setInitialState();
|
|
165
165
|
// Instruct all requests to use the auth flow to get and use the access_token for all subsequent requests
|
|
166
166
|
OpenAPI.TOKEN = () => this.#authContext.getLatestToken();
|
|
167
|
-
OpenAPI.WITH_CREDENTIALS = true;
|
|
168
167
|
}
|
|
169
168
|
this.#listenForLanguageChange();
|
|
170
169
|
if (this.#authContext?.isAuthorized()) {
|