diff --git a/libs/angular/src/components/export.component.ts b/libs/angular/src/components/export.component.ts index a05e3ac3cbd..5bce50e914d 100644 --- a/libs/angular/src/components/export.component.ts +++ b/libs/angular/src/components/export.component.ts @@ -184,9 +184,8 @@ export class ExportComponent implements OnInit { } get validForm() { - //TODO check if fileEncryption type is null? + //fileEncryptionType 2 = file requires a user entered password, specific to the file if (this.fileEncryptionType == 2 && this.format == "encrypted_json") { - //password encryption type const password = this.password; const confirmPassword = this.confirmPassword;