mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
Remove the leak of the password into the console
This commit is contained in:
committed by
GitHub
parent
f0ec5a9496
commit
00fb353465
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user