1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 20:24:01 +00:00

feat(change-password-component): Change Password Update [18720] - Removed comment.

This commit is contained in:
Patrick Pimentel
2025-06-11 21:44:03 -06:00
parent 1fe3e79f12
commit ef6dc1b80b

View File

@@ -100,8 +100,6 @@ export class PasswordLoginStrategy extends LoginStrategy {
await this.buildDeviceRequest(),
);
// TODO: add master password policy conditions to the cache so that it is available after 2fa for password evaluation
// This should work, need to verify the case where a user is invited to an org and has 2fa.
if (
await this.configService.getFeatureFlag(FeatureFlag.PM16117_ChangeExistingPasswordRefactor)
) {