Merge pull request #645 from laurentj/patch-1

Remove the leak of the password into the console
This commit is contained in:
Danny Coates
2017-11-16 10:58:50 -08:00
committed by GitHub

View File

@@ -31,7 +31,6 @@ export default class FileReceiver extends Nanobus {
});
if (file.pwd) {
const encoder = new TextEncoder();
console.log(file.password + file.url);
this.authKeyPromise = window.crypto.subtle
.importKey(
'raw',