1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

exposed passwords report for orgs

This commit is contained in:
Kyle Spearrin
2018-12-14 13:56:01 -05:00
parent 7a58f6d967
commit 392a90c02c
13 changed files with 139 additions and 35 deletions

View File

@@ -30,7 +30,7 @@ export class InactiveTwoFactorReportComponent extends CipherReportComponent impl
}
async ngOnInit() {
if (await this.checkPremium()) {
if (await this.checkAccess()) {
await super.load();
}
}