mirror of
https://github.com/bitwarden/browser
synced 2026-02-21 20:04:02 +00:00
remove comments
This commit is contained in:
@@ -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$,
|
||||
);
|
||||
|
||||
@@ -390,11 +390,9 @@ const safeProviders: SafeProvider[] = [
|
||||
useClass: WebChangePasswordService,
|
||||
deps: [
|
||||
AccountService,
|
||||
I18nServiceAbstraction,
|
||||
KeyServiceAbstraction,
|
||||
MasterPasswordApiServiceAbstraction,
|
||||
InternalMasterPasswordServiceAbstraction,
|
||||
ToastService,
|
||||
],
|
||||
}),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user