mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 13:10:17 +00:00
update changePassword(), submitOld(), DI, and variable naming
This commit is contained in:
@@ -1510,7 +1510,14 @@ const safeProviders: SafeProvider[] = [
|
||||
safeProvider({
|
||||
provide: ChangePasswordService,
|
||||
useClass: DefaultChangePasswordService,
|
||||
deps: [],
|
||||
deps: [
|
||||
AccountServiceAbstraction,
|
||||
I18nServiceAbstraction,
|
||||
KeyService,
|
||||
MasterPasswordApiServiceAbstraction,
|
||||
InternalMasterPasswordServiceAbstraction,
|
||||
ToastService,
|
||||
],
|
||||
}),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user