1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 21:20:27 +00:00

update changePassword(), submitOld(), DI, and variable naming

This commit is contained in:
rr-bw
2025-04-01 23:06:13 -07:00
parent 60066830a0
commit 198aa7d9bd
12 changed files with 166 additions and 118 deletions

View File

@@ -1510,7 +1510,14 @@ const safeProviders: SafeProvider[] = [
safeProvider({
provide: ChangePasswordService,
useClass: DefaultChangePasswordService,
deps: [],
deps: [
AccountServiceAbstraction,
I18nServiceAbstraction,
KeyService,
MasterPasswordApiServiceAbstraction,
InternalMasterPasswordServiceAbstraction,
ToastService,
],
}),
];