Skip to content

Commit 9f03aca

Browse files
committed
[PM-18721] turn flag off
1 parent 20b82df commit 9f03aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/common/src/enums/feature-flag.enum.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const DefaultFeatureFlagValue = {
117117

118118
/* Auth */
119119
[FeatureFlag.PM9112_DeviceApprovalPersistence]: FALSE,
120-
[FeatureFlag.PM16117_ChangeExistingPasswordRefactor]: true,
120+
[FeatureFlag.PM16117_ChangeExistingPasswordRefactor]: FALSE,
121121
[FeatureFlag.PM9115_TwoFactorExtensionDataPersistence]: FALSE,
122122

123123
/* Billing */

0 commit comments

Comments
 (0)