()
| 66 | } |
| 67 | |
| 68 | onCancel() { |
| 69 | this.receivedPortMsg = true; |
| 70 | this.closePopup(); |
| 71 | this.passwordRequest.reject(new MvError(l10n.get('pwd_dialog_cancel'), 'PWD_DIALOG_CANCEL')); |
| 72 | } |
| 73 | |
| 74 | closePopup() { |
| 75 | if (this.pwdPopup) { |
no test coverage detected