Fix bug with web client not remembering a user is logged in.

Was introduced in 118d26ce83
master
Tom Hacohen 2020-02-25 15:51:15 +02:00
parent 67c5275fa8
commit 8e790ed666
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ const credentialsPersistConfig = {
key: 'credentials',
version: 0,
storage: localforage,
whitelist: ['value'],
migrate: createMigrate(credentialsMigrations, { debug: false }),
};