mirror of
https://github.com/bitwarden/server.git
synced 2025-02-11 01:01:36 +01:00
Add app review prompt flag (#5190)
This commit is contained in:
parent
0989e7fd5b
commit
854119b58c
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user