removed keys_jwe from local storage
This commit is contained in:
parent
97d4f1223f
commit
d87fb64390
|
@ -102,7 +102,6 @@ export default class User {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const userInfo = await infoResponse.json();
|
const userInfo = await infoResponse.json();
|
||||||
userInfo.keys_jwe = auth.keys_jwe;
|
|
||||||
userInfo.access_token = auth.access_token;
|
userInfo.access_token = auth.access_token;
|
||||||
userInfo.fileListKey = await getFileListKey(this.storage, auth.keys_jwe);
|
userInfo.fileListKey = await getFileListKey(this.storage, auth.keys_jwe);
|
||||||
this.storage.user = userInfo;
|
this.storage.user = userInfo;
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue