diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 0b6973d909..e35ec2804b 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -138,6 +138,7 @@ public static class FeatureFlagKeys public const string NativeCarouselFlow = "native-carousel-flow"; public const string NativeCreateAccountFlow = "native-create-account-flow"; public const string AccountDeprovisioning = "pm-10308-account-deprovisioning"; + public const string NotificationBarAddLoginImprovements = "notification-bar-add-login-improvements"; public static List GetAllKeys() {