always fetch server configuration
This commit is contained in:
@@ -114,6 +114,10 @@ export class UmbAppElement extends UmbLitElement {
|
||||
|
||||
// Try to initialise the auth flow and get the runtime status
|
||||
try {
|
||||
if (this.bypassAuth === false) {
|
||||
await this.#authFlow.fetchServiceConfiguration();
|
||||
}
|
||||
|
||||
// Get the current runtime level
|
||||
await this.#setInitStatus();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user