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:
@@ -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)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user