Remove the leak of the password into the console
This commit is contained in:
parent
f0ec5a9496
commit
00fb353465
|
@ -31,7 +31,6 @@ export default class FileReceiver extends Nanobus {
|
||||||
});
|
});
|
||||||
if (file.pwd) {
|
if (file.pwd) {
|
||||||
const encoder = new TextEncoder();
|
const encoder = new TextEncoder();
|
||||||
console.log(file.password + file.url);
|
|
||||||
this.authKeyPromise = window.crypto.subtle
|
this.authKeyPromise = window.crypto.subtle
|
||||||
.importKey(
|
.importKey(
|
||||||
'raw',
|
'raw',
|
||||||
|
|
Loading…
Reference in New Issue