mirror of
https://github.com/bitwarden/web
synced 2025-12-11 05:43:16 +00:00
[bug] Disable state cache (#1477)
This commit is contained in:
@@ -207,7 +207,8 @@ export function initFactory(
|
||||
secureStorageService,
|
||||
logService,
|
||||
stateMigrationService,
|
||||
new StateFactory(GlobalState, Account)
|
||||
new StateFactory(GlobalState, Account),
|
||||
false
|
||||
),
|
||||
deps: [
|
||||
StorageServiceAbstraction,
|
||||
|
||||
Reference in New Issue
Block a user