V16 RC: getOpenApiConfiguration().token does not work (#19217)
This commit is contained in:
@@ -250,7 +250,7 @@ export class UmbAuthContext extends UmbContextBase {
|
||||
return {
|
||||
base: config.baseUrl,
|
||||
credentials: config.credentials,
|
||||
token: this.getLatestToken,
|
||||
token: () => this.getLatestToken(),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user