1
0
mirror of https://github.com/bitwarden/server synced 2025-12-12 14:23:38 +00:00

[PM-15814]Alert owners of reseller-managed orgs to renewal events (#5193)

* Changes for the admin console alert

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* Fix the failing test

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* Add the feature flag

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

---------

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
This commit is contained in:
cyprain-okeke
2024-12-31 18:06:29 +01:00
committed by GitHub
parent 83404efebd
commit d924c6721a
5 changed files with 37 additions and 6 deletions

View File

@@ -163,6 +163,7 @@ public static class FeatureFlagKeys
public const string AuthenticatorSynciOS = "enable-authenticator-sync-ios";
public const string AuthenticatorSyncAndroid = "enable-authenticator-sync-android";
public const string AppReviewPrompt = "app-review-prompt";
public const string ResellerManagedOrgAlert = "PM-15814-alert-owners-of-reseller-managed-orgs";
public static List<string> GetAllKeys()
{