diff --git a/jslib b/jslib index cfad521ea8e..4dea46f1add 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit cfad521ea8ef205abe774907d8f7a243b3adaf10 +Subproject commit 4dea46f1addd949e4f564f8d0fe8039ccc66a655 diff --git a/src/app/services/services.module.ts b/src/app/services/services.module.ts index aee029c98f9..c91bff50c79 100644 --- a/src/app/services/services.module.ts +++ b/src/app/services/services.module.ts @@ -108,12 +108,10 @@ const auditService = new AuditService(cryptoFunctionService); const analytics = new Analytics(window, () => platformUtilsService.isDev(), platformUtilsService, storageService, appIdService); containerService.attachToWindow(window); -environmentService.setUrlsFromStorage().then(() => { - return syncService.fullSync(true); -}); export function initFactory(): Function { return async () => { + await environmentService.setUrlsFromStorage(); lockService.init(true); const locale = await storageService.get(ConstantsService.localeKey); await i18nService.init(locale);