1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00

remove comments

This commit is contained in:
rr-bw
2025-04-02 14:43:55 -07:00
parent a698f4a9b4
commit b262d11db1
6 changed files with 3 additions and 34 deletions

View File

@@ -1512,11 +1512,9 @@ const safeProviders: SafeProvider[] = [
useClass: DefaultChangePasswordService,
deps: [
AccountServiceAbstraction,
I18nServiceAbstraction,
KeyService,
MasterPasswordApiServiceAbstraction,
InternalMasterPasswordServiceAbstraction,
ToastService,
],
}),
];