satellite/console: enable new access grant flow by default

Flip feature flag to enable new acces grant flow by default

Change-Id: I66a963ecd368d1b9889b7ee2d88ee9806366efac
This commit is contained in:
Vitalii 2023-03-15 15:36:16 +02:00
parent 61af5b3191
commit 6c49cc883e
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ type Config struct {
PathwayOverviewEnabled bool `help:"indicates if the overview onboarding step should render with pathways" default:"true"`
AllProjectsDashboard bool `help:"indicates if all projects dashboard should be used" default:"false"`
NewBillingScreen bool `help:"indicates if new billing screens should be used" default:"true"`
NewAccessGrantFlow bool `help:"indicates if new access grant flow should be used" default:"false"`
NewAccessGrantFlow bool `help:"indicates if new access grant flow should be used" default:"true"`
GeneratedAPIEnabled bool `help:"indicates if generated console api should be used" default:"false"`
OptionalSignupSuccessURL string `help:"optional url to external registration success page" default:""`
HomepageURL string `help:"url link to storj.io homepage" default:"https://www.storj.io"`

View File

@ -263,7 +263,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0
# console.native-token-payments-enabled: false
# indicates if new access grant flow should be used
# console.new-access-grant-flow: false
# console.new-access-grant-flow: true
# indicates if new billing screens should be used
# console.new-billing-screen: true