diff --git a/jslib b/jslib index 5d66ede2ea..2c87f12718 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 5d66ede2ea1e73ba0ad8bf949bd74992e7a78582 +Subproject commit 2c87f127185f073745daa596152ee9039032c655 diff --git a/src/app/accounts/two-factor-options.component.ts b/src/app/accounts/two-factor-options.component.ts index c649f8bd35..88343a7273 100644 --- a/src/app/accounts/two-factor-options.component.ts +++ b/src/app/accounts/two-factor-options.component.ts @@ -20,6 +20,6 @@ export class TwoFactorOptionsComponent extends BaseTwoFactorOptionsComponent { constructor(authService: AuthService, router: Router, analytics: Angulartics2, toasterService: ToasterService, i18nService: I18nService, platformUtilsService: PlatformUtilsService) { - super(authService, router, analytics, toasterService, i18nService, platformUtilsService); + super(authService, router, analytics, toasterService, i18nService, platformUtilsService, window); } } diff --git a/src/app/vault/view.component.ts b/src/app/vault/view.component.ts index 3f87bd64df..d11b55fe77 100644 --- a/src/app/vault/view.component.ts +++ b/src/app/vault/view.component.ts @@ -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() {