Skip to content

Commit e7fc168

Browse files
chore: removed unused APP_LEVEL_DATES flag, added missing PRE_LOGIN EXPERIENCE ENABLED flag (#476)
1 parent 4b622a7 commit e7fc168

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

default_config/dev/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ WHATS_NEW_ENABLED: false
8383
SOCIAL_AUTH_ENABLED: false
8484
#feature flag to enable registration from app
8585
REGISTRATION_ENABLED: true
86+
#Enables the pre login courses discovery experience (LogistrationFragment).
87+
PRE_LOGIN_EXPERIENCE_ENABLED: false
8688
#feature flag to do the authentication flow in the browser to log in
8789
BROWSER_LOGIN: false
8890
#feature flag to do the registration for in the browser

default_config/prod/config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ PROGRAM:
3131
DASHBOARD:
3232
TYPE: 'gallery'
3333

34-
APP_LEVEL_DATES:
35-
ENABLED: true
36-
3734
FIREBASE:
3835
ENABLED: false
3936
CLOUD_MESSAGING_ENABLED: false
@@ -86,6 +83,8 @@ WHATS_NEW_ENABLED: false
8683
SOCIAL_AUTH_ENABLED: false
8784
#feature flag to enable registration from app
8885
REGISTRATION_ENABLED: true
86+
#Enables the pre login courses discovery experience (LogistrationFragment).
87+
PRE_LOGIN_EXPERIENCE_ENABLED: false
8988
#feature flag to do the authentication flow in the browser to log in
9089
BROWSER_LOGIN: false
9190
#feature flag to do the registration for in the browser

default_config/stage/config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ PROGRAM:
3131
DASHBOARD:
3232
TYPE: 'gallery'
3333

34-
APP_LEVEL_DATES:
35-
ENABLED: true
36-
3734
FIREBASE:
3835
ENABLED: false
3936
CLOUD_MESSAGING_ENABLED: false
@@ -86,6 +83,8 @@ WHATS_NEW_ENABLED: false
8683
SOCIAL_AUTH_ENABLED: false
8784
#feature flag to enable registration from app
8885
REGISTRATION_ENABLED: true
86+
#Enables the pre login courses discovery experience (LogistrationFragment).
87+
PRE_LOGIN_EXPERIENCE_ENABLED: false
8988
#feature flag to do the authentication flow in the browser to log in
9089
BROWSER_LOGIN: false
9190
#feature flag to do the registration for in the browser

0 commit comments

Comments
 (0)