1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

revert changes

This commit is contained in:
jaasen-livefront
2024-07-09 13:51:25 -07:00
parent 58f54b607d
commit 5fc908d0fa
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];