send nonce to sw

This commit is contained in:
Danny Coates 2018-07-19 13:20:10 -07:00
parent 86f2a531d4
commit f32ebd913a
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
2 changed files with 3 additions and 1 deletions

View file

@ -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);