From 2a6f71bd0051ec9f8cda0ebe2080071dafa193a0 Mon Sep 17 00:00:00 2001 From: CarleyDiaz-Bitwarden <103955722+CarleyDiaz-Bitwarden@users.noreply.github.com> Date: Mon, 20 Jun 2022 17:37:19 -0400 Subject: [PATCH] Adding a comment --- libs/angular/src/components/export.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/angular/src/components/export.component.ts b/libs/angular/src/components/export.component.ts index a05e3ac3cb..5bce50e914 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;