revert changes
This commit is contained in:
parent
58f54b607d
commit
5fc908d0fa
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue