Browse Source

[bug] Disable state cache (#1477)

PS-589-add-2fa-new-device-login-settings-flag
Addison Beck 4 years ago committed by GitHub
parent
commit
ca3efc8fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jslib
  2. 3
      src/app/services/services.module.ts

2
jslib

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit cda649fa21ef7f77d63b7582aab4e8dcca448c6b
Subproject commit 240fc154ab00a57829d0ce1398a6a6ce93395070

3
src/app/services/services.module.ts

@ -207,7 +207,8 @@ export function initFactory( @@ -207,7 +207,8 @@ export function initFactory(
secureStorageService,
logService,
stateMigrationService,
new StateFactory(GlobalState, Account)
new StateFactory(GlobalState, Account),
false
),
deps: [
StorageServiceAbstraction,

Loading…
Cancel
Save