diff --git a/jslib b/jslib index cda649fa21e..240fc154ab0 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit cda649fa21ef7f77d63b7582aab4e8dcca448c6b +Subproject commit 240fc154ab00a57829d0ce1398a6a6ce93395070 diff --git a/src/app/services/services.module.ts b/src/app/services/services.module.ts index d58148acbeb..7df85246e79 100644 --- a/src/app/services/services.module.ts +++ b/src/app/services/services.module.ts @@ -207,7 +207,8 @@ export function initFactory( secureStorageService, logService, stateMigrationService, - new StateFactory(GlobalState, Account) + new StateFactory(GlobalState, Account), + false ), deps: [ StorageServiceAbstraction,