1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-30 23:11:22 +01:00

[PM-17120] add feature flag (#5329)

* add feature flag

* cleanup

* cleanup
This commit is contained in:
Brandon Treston 2025-01-27 17:01:28 -05:00 committed by GitHub
parent a51c7a1a8b
commit a9a12301af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,6 +166,7 @@ public static class FeatureFlagKeys
public const string RecordInstallationLastActivityDate = "installation-last-activity-date";
public const string EnablePasswordManagerSyncAndroid = "enable-password-manager-sync-android";
public const string EnablePasswordManagerSynciOS = "enable-password-manager-sync-ios";
public const string AccountDeprovisioningBanner = "pm-17120-account-deprovisioning-admin-console-banner";
public static List<string> GetAllKeys()
{