From abc5d813f2e469776ca767190dc72b6b8e9b58d3 Mon Sep 17 00:00:00 2001 From: Cesar Gonzalez Date: Wed, 21 Aug 2024 22:04:08 -0500 Subject: [PATCH] [PM-10669] Feature flag for notification bar add login improvements (#4676) --- src/Core/Constants.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 0b6973d90..e35ec2804 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() {