()
| 25 | } |
| 26 | |
| 27 | async onVerifyInit() { |
| 28 | this.keyringId = await getPreferredKeyringId(); |
| 29 | this.ports.vFrame.emit('armored-message'); |
| 30 | } |
| 31 | |
| 32 | async onDisplayPopup() { |
| 33 | this.verifyPopup = await mvelo.windows.openPopup(`components/decrypt-message/decryptMessage.html?id=${this.id}&embedded=false`, {width: 742, height: 550}); |
nothing calls this directly
no test coverage detected