1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

Initial work

This commit is contained in:
gbubemismith
2023-07-25 15:45:11 -04:00
parent ca5b033cfd
commit 7daf604e3a
12 changed files with 126 additions and 16 deletions

View File

@@ -44,7 +44,7 @@ export class LockComponent extends BaseLockComponent {
environmentService: EnvironmentService,
protected override stateService: ElectronStateService,
apiService: ApiService,
private route: ActivatedRoute,
route: ActivatedRoute,
private broadcasterService: BroadcasterService,
ngZone: NgZone,
policyApiService: PolicyApiServiceAbstraction,
@@ -71,7 +71,8 @@ export class LockComponent extends BaseLockComponent {
policyApiService,
policyService,
passwordStrengthService,
dialogService
dialogService,
route
);
}