1
0
mirror of https://github.com/bitwarden/web synced 2026-01-11 04:53:14 +00:00

add more org reports

This commit is contained in:
Kyle Spearrin
2018-12-14 14:42:04 -05:00
parent 9b7c0288d4
commit ceca4fbe53
10 changed files with 175 additions and 10 deletions

View File

@@ -19,10 +19,10 @@ import { CipherView } from 'jslib/models/view/cipherView';
templateUrl: '../../tools/inactive-two-factor-report.component.html',
})
export class InactiveTwoFactorReportComponent extends BaseInactiveTwoFactorReportComponent {
constructor(ciphersService: CipherService, componentFactoryResolver: ComponentFactoryResolver,
constructor(cipherService: CipherService, componentFactoryResolver: ComponentFactoryResolver,
messagingService: MessagingService, userService: UserService,
private route: ActivatedRoute) {
super(ciphersService, componentFactoryResolver, messagingService, userService);
super(cipherService, componentFactoryResolver, messagingService, userService);
}
async ngOnInit() {