diff --git a/web/root.js b/web/root.js --- a/web/root.js +++ b/web/root.js @@ -41,7 +41,7 @@ const persistConfig = { key: 'root', storage, - whitelist: ['enabledApps', 'deviceID', 'draftStore'], + whitelist: ['enabledApps', 'deviceID', 'draftStore', 'cryptoStore'], migrate: (createMigrate(migrations, { debug: isDev }): any), version: 1, };