From ef6dc1b80bd75fb72c9e1b0b25ce9284b709b275 Mon Sep 17 00:00:00 2001 From: Patrick Pimentel Date: Wed, 11 Jun 2025 21:44:03 -0600 Subject: [PATCH] feat(change-password-component): Change Password Update [18720] - Removed comment. --- .../auth/src/common/login-strategies/password-login.strategy.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/auth/src/common/login-strategies/password-login.strategy.ts b/libs/auth/src/common/login-strategies/password-login.strategy.ts index 0432b2c2002..1934bf35ebc 100644 --- a/libs/auth/src/common/login-strategies/password-login.strategy.ts +++ b/libs/auth/src/common/login-strategies/password-login.strategy.ts @@ -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) ) {