mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-11 05:32:40 +01:00
Merge pull request #645 from laurentj/patch-1
Remove the leak of the password into the console
This commit is contained in:
commit
157e832c95
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user