dont send cookies to the backend
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user