From fb88fce7e2a36657e6f23af2a77a1fb7dae2cb1d Mon Sep 17 00:00:00 2001 From: PavloNetrebchuk Date: Thu, 5 Feb 2026 12:28:03 +0200 Subject: [PATCH] chore: removed unused APP_LEVEL_DATES flag, added missing PRE_LOGIN EXPERIENCE ENABLED flag --- default_config/dev/config.yaml | 2 ++ default_config/prod/config.yaml | 5 ++--- default_config/stage/config.yaml | 5 ++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/default_config/dev/config.yaml b/default_config/dev/config.yaml index 952e041de..f2868eb78 100644 --- a/default_config/dev/config.yaml +++ b/default_config/dev/config.yaml @@ -83,6 +83,8 @@ WHATS_NEW_ENABLED: false SOCIAL_AUTH_ENABLED: false #feature flag to enable registration from app REGISTRATION_ENABLED: true +#Enables the pre login courses discovery experience (LogistrationFragment). +PRE_LOGIN_EXPERIENCE_ENABLED: false #feature flag to do the authentication flow in the browser to log in BROWSER_LOGIN: false #feature flag to do the registration for in the browser diff --git a/default_config/prod/config.yaml b/default_config/prod/config.yaml index ac06ef7ba..f2868eb78 100644 --- a/default_config/prod/config.yaml +++ b/default_config/prod/config.yaml @@ -31,9 +31,6 @@ PROGRAM: DASHBOARD: TYPE: 'gallery' -APP_LEVEL_DATES: - ENABLED: true - FIREBASE: ENABLED: false CLOUD_MESSAGING_ENABLED: false @@ -86,6 +83,8 @@ WHATS_NEW_ENABLED: false SOCIAL_AUTH_ENABLED: false #feature flag to enable registration from app REGISTRATION_ENABLED: true +#Enables the pre login courses discovery experience (LogistrationFragment). +PRE_LOGIN_EXPERIENCE_ENABLED: false #feature flag to do the authentication flow in the browser to log in BROWSER_LOGIN: false #feature flag to do the registration for in the browser diff --git a/default_config/stage/config.yaml b/default_config/stage/config.yaml index ac06ef7ba..f2868eb78 100644 --- a/default_config/stage/config.yaml +++ b/default_config/stage/config.yaml @@ -31,9 +31,6 @@ PROGRAM: DASHBOARD: TYPE: 'gallery' -APP_LEVEL_DATES: - ENABLED: true - FIREBASE: ENABLED: false CLOUD_MESSAGING_ENABLED: false @@ -86,6 +83,8 @@ WHATS_NEW_ENABLED: false SOCIAL_AUTH_ENABLED: false #feature flag to enable registration from app REGISTRATION_ENABLED: true +#Enables the pre login courses discovery experience (LogistrationFragment). +PRE_LOGIN_EXPERIENCE_ENABLED: false #feature flag to do the authentication flow in the browser to log in BROWSER_LOGIN: false #feature flag to do the registration for in the browser