RED-10614: fixed UI not loading.

This commit is contained in:
Nicoleta Panaghiu 2024-12-06 19:26:40 +02:00
parent 568bb696a7
commit 118e35e897
2 changed files with 2 additions and 4 deletions

View File

@ -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