Skip to content

Commit

Permalink
disable brand device onboarding (stream-labs#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiber authored and avacreeth committed Oct 12, 2018
1 parent 688131b commit 79b5a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/onboarding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const ONBOARDING_STEPS: Dictionary<IOnboardingStep> = {
if (service.options.isLogin) return false;
return service.userService.isLoggedIn();
},
next: 'OptimizeBrandDevice'
next: 'OptimizeA'
},

OptimizeBrandDevice: {
Expand Down

0 comments on commit 79b5a3c

Please sign in to comment.