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

Convert refactoring todo-rr-bw to standard todos.

This commit is contained in:
Alec Rippberger
2024-10-01 14:40:32 -05:00
parent f42a391b6f
commit 2d5f4dfb70
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ export class DefaultLoginComponentService implements LoginComponentService {
constructor(
protected cryptoFunctionService: CryptoFunctionService,
protected environmentService: EnvironmentService,
// TODO-rr-bw: refactor to not use deprecated service
// TODO: refactor to not use deprecated service
protected passwordGenerationService: PasswordGenerationServiceAbstraction,
protected platformUtilsService: PlatformUtilsService,
protected ssoLoginService: SsoLoginServiceAbstraction,