[PM-27554] - add autofill confirm from search flag (#6511)

* add autofill confirm from search flag

* move flag
This commit is contained in:
Jordan Aasen 2025-10-28 15:08:03 -07:00 committed by GitHub
parent 394e91d639
commit 8f2f2046b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -243,6 +243,7 @@ public static class FeatureFlagKeys
public const string PM19315EndUserActivationMvp = "pm-19315-end-user-activation-mvp";
public const string PM22136_SdkCipherEncryption = "pm-22136-sdk-cipher-encryption";
public const string PM23904_RiskInsightsForPremium = "pm-23904-risk-insights-for-premium";
public const string PM25083_AutofillConfirmFromSearch = "pm-25083-autofill-confirm-from-search";
/* Innovation Team */
public const string ArchiveVaultItems = "pm-19148-innovation-archive";