1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-15 10:35:20 +01:00

Fixed lock component error

This commit is contained in:
gbubemismith 2023-08-23 16:12:41 -04:00
parent 036c142a8d
commit 69a7b50b07
No known key found for this signature in database

View File

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