revert changes

This commit is contained in:
jaasen-livefront 2024-07-09 13:51:25 -07:00
parent 58f54b607d
commit 5fc908d0fa
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ export class ReusedPasswordsReportComponent extends CipherReportComponent implem
async setCiphers() {
const allCiphers = await this.getAllCiphers();
const ciphersWithPasswords: CipherView[] = [];
this.passwordUseMap = new Map<string, number>();
this.filterStatus = [0];

View File

@ -49,7 +49,7 @@ export class WeakPasswordsReportComponent extends CipherReportComponent implemen
}
async setCiphers() {
const allCiphers = await this.getAllCiphers();
const allCiphers: any = await this.getAllCiphers();
this.passwordStrengthCache = new Map<string, number>();
this.weakPasswordCiphers = [];
this.filterStatus = [0];