diff --git a/libs/angular/src/auth/password-management/set-initial-password/set-initial-password.component.ts b/libs/angular/src/auth/password-management/set-initial-password/set-initial-password.component.ts index cf1455b160e..f9d9f494184 100644 --- a/libs/angular/src/auth/password-management/set-initial-password/set-initial-password.component.ts +++ b/libs/angular/src/auth/password-management/set-initial-password/set-initial-password.component.ts @@ -195,7 +195,7 @@ export class SetInitialPasswordComponent implements OnInit { switch (this.userType) { case SetInitialPasswordUserType.JIT_PROVISIONED_MP_ORG_USER: - case SetInitialPasswordUserType.TDE_ORG_USER_RESET_PASSWORD_PERMISSION_REQUIRES_MP: { + case SetInitialPasswordUserType.TDE_ORG_USER_RESET_PASSWORD_PERMISSION_REQUIRES_MP: // Remove wrapping "if" check in PM-28143 if (passwordInputResult.newApisFlagEnabled) { await this.setInitialPassword(passwordInputResult); @@ -205,7 +205,6 @@ export class SetInitialPasswordComponent implements OnInit { await this.setInitialPasswordOld(passwordInputResult); break; - } case SetInitialPasswordUserType.OFFBOARDED_TDE_ORG_USER: await this.setInitialPasswordTdeOffboarding(passwordInputResult); break; diff --git a/libs/auth/src/angular/input-password/input-password.component.ts b/libs/auth/src/angular/input-password/input-password.component.ts index 755d0604008..cc3955f7436 100644 --- a/libs/auth/src/angular/input-password/input-password.component.ts +++ b/libs/auth/src/angular/input-password/input-password.component.ts @@ -412,7 +412,6 @@ export class InputPasswordComponent implements OnInit { newLocalMasterKeyHash, newPasswordHint, kdfConfig: this.kdfConfig, - newApisFlagEnabled, }; if (