mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
add new deps for two factor component
This commit is contained in:
parent
5a16e42cf0
commit
24f86e9a73
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit f673bd62d7abb773fa5a6abfb5307b7c3feca59b
|
||||
Subproject commit 013bf20a35c74383389337ac2c5ae9ac19a0bba7
|
@ -20,6 +20,7 @@ import { TwoFactorProviderType } from 'jslib/enums/twoFactorProviderType';
|
||||
|
||||
import { ApiService } from 'jslib/abstractions/api.service';
|
||||
import { AuthService } from 'jslib/abstractions/auth.service';
|
||||
import { EnvironmentService } from 'jslib/services/environment.service';
|
||||
import { I18nService } from 'jslib/abstractions/i18n.service';
|
||||
import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service';
|
||||
import { SyncService } from 'jslib/abstractions/sync.service';
|
||||
@ -37,9 +38,9 @@ export class TwoFactorComponent extends BaseTwoFactorComponent {
|
||||
analytics: Angulartics2, toasterService: ToasterService,
|
||||
i18nService: I18nService, apiService: ApiService,
|
||||
platformUtilsService: PlatformUtilsService, syncService: SyncService,
|
||||
private componentFactoryResolver: ComponentFactoryResolver) {
|
||||
environmentService: EnvironmentService, private componentFactoryResolver: ComponentFactoryResolver) {
|
||||
super(authService, router, analytics, toasterService, i18nService, apiService,
|
||||
platformUtilsService, syncService);
|
||||
platformUtilsService, syncService, window, environmentService);
|
||||
}
|
||||
|
||||
anotherMethod() {
|
||||
|
Loading…
Reference in New Issue
Block a user