RED-10614: fixed UI not loading.
This commit is contained in:
parent
568bb696a7
commit
118e35e897
@ -51,7 +51,7 @@ export function mainGuard(): AsyncGuard {
|
||||
userPreferenceService.reload(),
|
||||
firstValueFrom(updatedDisplayName$),
|
||||
]);
|
||||
|
||||
await tenantsService.storeTenant();
|
||||
await languageService.setInitialLanguage();
|
||||
const lastDossierTemplate = userPreferenceService.getLastDossierTemplate();
|
||||
|
||||
@ -60,8 +60,6 @@ export function mainGuard(): AsyncGuard {
|
||||
}
|
||||
|
||||
loadingService.stop();
|
||||
|
||||
await tenantsService.storeTenant();
|
||||
configService.updateIsDocumine(tenantsService.activeTenant);
|
||||
|
||||
logger.info('[ROUTES] Main guard finished!');
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 7bb24c4f919faa2525c728315c4f679b1af45842
|
||||
Subproject commit 0e6e4f7b090bdd747e9e8db65201b4e8a4ff76b8
|
||||
Loading…
x
Reference in New Issue
Block a user