| 354 | return; |
| 355 | } |
| 356 | const unlockKey = async options => { |
| 357 | const result = await this.unlockKey(options); |
| 358 | if (this.state.popupId) { |
| 359 | this.ports.editor.emit('hide-pwd-dialog'); |
| 360 | } |
| 361 | return result; |
| 362 | }; |
| 363 | let data; |
| 364 | let signatures; |
| 365 | if (isEncrypted) { |
no test coverage detected