Merge branch 'main' into feature/dictionary-delete-and-create-action

This commit is contained in:
Lone Iversen
2023-11-10 15:02:09 +01:00
committed by GitHub

View File

@@ -194,7 +194,6 @@ export class UmbAppElement extends UmbLitElement {
// Instruct all requests to use the auth flow to get and use the access_token for all subsequent requests
OpenAPI.TOKEN = () => this.#authContext!.getLatestToken();
OpenAPI.WITH_CREDENTIALS = true;
}
this.#listenForLanguageChange();