set value for credentials
This commit is contained in:
@@ -136,6 +136,7 @@ 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