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

Was introduced in 118d26ce83
master
Tom Hacohen 5 years ago
parent 67c5275fa8
commit 8e790ed666

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

Loading…
Cancel
Save