1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

Refactored components to make the redirectUrl more generic, fixed code review comments

This commit is contained in:
gbubemismith
2023-08-23 01:36:23 -04:00
parent ef4a1d9b7b
commit 6a05ba3ad0
6 changed files with 66 additions and 74 deletions

View File

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