Adding a comment

This commit is contained in:
CarleyDiaz-Bitwarden 2022-06-20 17:37:19 -04:00
parent 3fcb566985
commit 2a6f71bd00
1 changed files with 1 additions and 2 deletions

View File

@ -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;