24
1
Fork 0

removed keys_jwe from local storage

This commit is contained in:
Danny Coates 2018-10-08 11:16:06 -07:00
parent 97d4f1223f
commit d87fb64390
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
2 changed files with 2650 additions and 7646 deletions

View File

@ -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;

10295
package-lock.json generated

File diff suppressed because it is too large Load Diff