send nonce to sw
This commit is contained in:
parent
86f2a531d4
commit
f32ebd913a
2 changed files with 3 additions and 1 deletions
|
@ -110,6 +110,7 @@ export default class FileReceiver extends Nanobus {
|
|||
password: this.fileInfo.password,
|
||||
url: this.fileInfo.url,
|
||||
size: this.fileInfo.size,
|
||||
nonce: this.keychain.nonce,
|
||||
noSave
|
||||
};
|
||||
await this.sendMessageToSw(info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue