mirror of
https://github.com/bitwarden/server
synced 2025-12-10 13:23:27 +00:00
Add app review prompt flag (#5190)
This commit is contained in:
@@ -162,6 +162,7 @@ public static class FeatureFlagKeys
|
||||
public const string PrivateKeyRegeneration = "pm-12241-private-key-regeneration";
|
||||
public const string AuthenticatorSynciOS = "enable-authenticator-sync-ios";
|
||||
public const string AuthenticatorSyncAndroid = "enable-authenticator-sync-android";
|
||||
public const string AppReviewPrompt = "app-review-prompt";
|
||||
|
||||
public static List<string> GetAllKeys()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user