mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
pass win params
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user