dont send cookies to the backend

This commit is contained in:
Jacob Overgaard
2024-04-04 15:32:32 +02:00
parent a25ec074c1
commit cc1bb06379

View File

@@ -145,7 +145,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;
OpenAPI.CREDENTIALS = 'include';
}
#redirect() {