mirror of
https://github.com/bitwarden/browser
synced 2026-02-18 02:19:18 +00:00
[PM-27086 TDE Offboarding] update property name
This commit is contained in:
@@ -276,7 +276,7 @@ export class SetInitialPasswordComponent implements OnInit {
|
||||
break;
|
||||
case SetInitialPasswordUserType.OFFBOARDED_TDE_ORG_USER:
|
||||
// Remove wrapping "if" check and early return in PM-28143
|
||||
if (passwordInputResult.newApisFlagEnabled) {
|
||||
if (passwordInputResult.newApisWithInputPasswordFlagEnabled) {
|
||||
await this.setInitialPasswordTdeOffboarding(passwordInputResult);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user