Undo redundant change

This commit is contained in:
Neeraj Gupta 2024-01-29 11:02:56 +05:30
parent 7cd7676cb0
commit 25959246b1

View file

@ -2,8 +2,6 @@ import { logError } from '@ente/shared/sentry';
export enum LS_KEYS {
USER = 'user',
// ONLY RECOMMENDED FOR APPS LIKE CAST WHERE OTHER USER INFO ISN'T NECESSARY
TOKEN = 'token',
SESSION = 'session',
KEY_ATTRIBUTES = 'keyAttributes',
ORIGINAL_KEY_ATTRIBUTES = 'originalKeyAttributes',