From 12e66968e7781935a7e6ee327f583e8307cb12a1 Mon Sep 17 00:00:00 2001 From: Thomas Rittson Date: Thu, 29 Jun 2023 11:05:05 +1000 Subject: [PATCH] Add SecretsManagerBilling feature flag to Constants --- src/Core/Constants.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 8ff378d00c..5cd0349291 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -36,6 +36,7 @@ public static class FeatureFlagKeys public const string DisplayEuEnvironment = "display-eu-environment"; public const string DisplayLowKdfIterationWarning = "display-kdf-iteration-warning"; public const string TrustedDeviceEncryption = "trusted-device-encryption"; + public const string SecretsManagerBilling = "sm-ga-billing"; public static List GetAllKeys() {