mirror of
https://github.com/mozilla/send.git
synced 2026-02-05 02:14:56 -05:00
removed keys_jwe from local storage
This commit is contained in:
@@ -102,7 +102,6 @@ export default class User {
|
||||
}
|
||||
});
|
||||
const userInfo = await infoResponse.json();
|
||||
userInfo.keys_jwe = auth.keys_jwe;
|
||||
userInfo.access_token = auth.access_token;
|
||||
userInfo.fileListKey = await getFileListKey(this.storage, auth.keys_jwe);
|
||||
this.storage.user = userInfo;
|
||||
|
||||
Reference in New Issue
Block a user