mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
revert changes
This commit is contained in:
@@ -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];
|
||||
|
||||
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user