send nonce to sw

This commit is contained in:
Danny Coates
2018-07-19 13:20:10 -07:00
parent 86f2a531d4
commit f32ebd913a
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);