mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-26 12:25:20 +01:00
revert changes
This commit is contained in:
parent
58f54b607d
commit
5fc908d0fa
@ -43,7 +43,6 @@ export class ReusedPasswordsReportComponent extends CipherReportComponent implem
|
|||||||
|
|
||||||
async setCiphers() {
|
async setCiphers() {
|
||||||
const allCiphers = await this.getAllCiphers();
|
const allCiphers = await this.getAllCiphers();
|
||||||
|
|
||||||
const ciphersWithPasswords: CipherView[] = [];
|
const ciphersWithPasswords: CipherView[] = [];
|
||||||
this.passwordUseMap = new Map<string, number>();
|
this.passwordUseMap = new Map<string, number>();
|
||||||
this.filterStatus = [0];
|
this.filterStatus = [0];
|
||||||
|
@ -49,7 +49,7 @@ export class WeakPasswordsReportComponent extends CipherReportComponent implemen
|
|||||||
}
|
}
|
||||||
|
|
||||||
async setCiphers() {
|
async setCiphers() {
|
||||||
const allCiphers = await this.getAllCiphers();
|
const allCiphers: any = await this.getAllCiphers();
|
||||||
this.passwordStrengthCache = new Map<string, number>();
|
this.passwordStrengthCache = new Map<string, number>();
|
||||||
this.weakPasswordCiphers = [];
|
this.weakPasswordCiphers = [];
|
||||||
this.filterStatus = [0];
|
this.filterStatus = [0];
|
||||||
|
Loading…
Reference in New Issue
Block a user