mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
pass win params
This commit is contained in:
parent
e04e064515
commit
e4f209e240
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit 5d66ede2ea1e73ba0ad8bf949bd74992e7a78582
|
Subproject commit 2c87f127185f073745daa596152ee9039032c655
|
@ -20,6 +20,6 @@ export class TwoFactorOptionsComponent extends BaseTwoFactorOptionsComponent {
|
|||||||
constructor(authService: AuthService, router: Router,
|
constructor(authService: AuthService, router: Router,
|
||||||
analytics: Angulartics2, toasterService: ToasterService,
|
analytics: Angulartics2, toasterService: ToasterService,
|
||||||
i18nService: I18nService, platformUtilsService: PlatformUtilsService) {
|
i18nService: I18nService, platformUtilsService: PlatformUtilsService) {
|
||||||
super(authService, router, analytics, toasterService, i18nService, platformUtilsService);
|
super(authService, router, analytics, toasterService, i18nService, platformUtilsService, window);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,7 @@ export class ViewComponent extends BaseViewComponent implements OnChanges {
|
|||||||
i18nService: I18nService, analytics: Angulartics2,
|
i18nService: I18nService, analytics: Angulartics2,
|
||||||
auditService: AuditService) {
|
auditService: AuditService) {
|
||||||
super(cipherService, totpService, tokenService, toasterService, cryptoService, platformUtilsService,
|
super(cipherService, totpService, tokenService, toasterService, cryptoService, platformUtilsService,
|
||||||
i18nService, analytics, auditService);
|
i18nService, analytics, auditService, window);
|
||||||
}
|
}
|
||||||
|
|
||||||
async ngOnChanges() {
|
async ngOnChanges() {
|
||||||
|
Loading…
Reference in New Issue
Block a user