File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ WHATS_NEW_ENABLED: false
8383SOCIAL_AUTH_ENABLED : false
8484# feature flag to enable registration from app
8585REGISTRATION_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
8789BROWSER_LOGIN : false
8890# feature flag to do the registration for in the browser
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ PROGRAM:
3131DASHBOARD :
3232 TYPE : ' gallery'
3333
34- APP_LEVEL_DATES :
35- ENABLED : true
36-
3734FIREBASE :
3835 ENABLED : false
3936 CLOUD_MESSAGING_ENABLED : false
@@ -86,6 +83,8 @@ WHATS_NEW_ENABLED: false
8683SOCIAL_AUTH_ENABLED : false
8784# feature flag to enable registration from app
8885REGISTRATION_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
9089BROWSER_LOGIN : false
9190# feature flag to do the registration for in the browser
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ PROGRAM:
3131DASHBOARD :
3232 TYPE : ' gallery'
3333
34- APP_LEVEL_DATES :
35- ENABLED : true
36-
3734FIREBASE :
3835 ENABLED : false
3936 CLOUD_MESSAGING_ENABLED : false
@@ -86,6 +83,8 @@ WHATS_NEW_ENABLED: false
8683SOCIAL_AUTH_ENABLED : false
8784# feature flag to enable registration from app
8885REGISTRATION_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
9089BROWSER_LOGIN : false
9190# feature flag to do the registration for in the browser
You can’t perform that action at this time.
0 commit comments