From 8e790ed666636c08cedc9748608059dc4639c4dd Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 25 Feb 2020 15:51:15 +0200 Subject: [PATCH] Fix bug with web client not remembering a user is logged in. Was introduced in 118d26ce83e06a1c83efe72b5332b92a68394e6b --- src/store/construct.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/construct.ts b/src/store/construct.ts index 96bb14a..b83d6ba 100644 --- a/src/store/construct.ts +++ b/src/store/construct.ts @@ -40,7 +40,6 @@ const credentialsPersistConfig = { key: 'credentials', version: 0, storage: localforage, - whitelist: ['value'], migrate: createMigrate(credentialsMigrations, { debug: false }), };