1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

Fixed lock component error

This commit is contained in:
gbubemismith
2023-08-23 16:12:41 -04:00
parent 036c142a8d
commit 69a7b50b07

View File

@@ -71,8 +71,8 @@ export class LockComponent extends BaseLockComponent {
policyApiService,
policyService,
passwordStrengthService,
dialogService,
route
route,
dialogService
);
}