1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-21 20:04:02 +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

@@ -24,7 +24,6 @@ export class PasswordSettingsComponent implements OnInit {
) {}
async ngOnInit() {
// TODO-rr-bw: test that no MP = get routed to settings/security/two-factor
const userHasMasterPassword = await firstValueFrom(
this.userDecryptionOptionsService.hasMasterPassword$,
);

View File

@@ -390,11 +390,9 @@ const safeProviders: SafeProvider[] = [
useClass: WebChangePasswordService,
deps: [
AccountService,
I18nServiceAbstraction,
KeyServiceAbstraction,
MasterPasswordApiServiceAbstraction,
InternalMasterPasswordServiceAbstraction,
ToastService,
],
}),
];