always fetch server configuration

This commit is contained in:
Mads Rasmussen
2023-09-11 11:13:42 +02:00
parent 784212e093
commit d21f0ff0f3

View File

@@ -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();