()
| 18 | |
| 19 | export default class DecryptFrame extends ExtractFrame { |
| 20 | constructor() { |
| 21 | super(); |
| 22 | this.dDialog = null; |
| 23 | // decrypt popup active |
| 24 | this.dPopup = false; |
| 25 | this.ctrlName = `dFrame${this.currentProvider.integration ? 'Gmail' : ''}-${this.id}`; |
| 26 | } |
| 27 | |
| 28 | renderFrame() { |
| 29 | super.renderFrame(); |
nothing calls this directly
no outgoing calls
no test coverage detected