RED-3800: fix license load
This commit is contained in:
parent
cb87f57721
commit
f53a987266
@ -55,7 +55,7 @@ export function configurationInitializer(
|
||||
}),
|
||||
switchMap(() => languageService.chooseAndSetInitialLanguage()),
|
||||
tap(() => userService.initialize()),
|
||||
switchMap(() => licenseService.loadLicense()),
|
||||
tap(() => firstValueFrom(licenseService.loadLicense())),
|
||||
take(1),
|
||||
),
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user