mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
pass win params
This commit is contained in:
@@ -27,7 +27,7 @@ export class ViewComponent extends BaseViewComponent implements OnChanges {
|
||||
i18nService: I18nService, analytics: Angulartics2,
|
||||
auditService: AuditService) {
|
||||
super(cipherService, totpService, tokenService, toasterService, cryptoService, platformUtilsService,
|
||||
i18nService, analytics, auditService);
|
||||
i18nService, analytics, auditService, window);
|
||||
}
|
||||
|
||||
async ngOnChanges() {
|
||||
|
||||
Reference in New Issue
Block a user