Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2220: Onboarding - Telemetry #650

Merged
merged 7 commits into from Jan 4, 2021

Remove LoginView since it is replaced with Step1_CreateAccountView

  • Loading branch information
benstrumeyer committed Dec 31, 2020
commit 70902b40f2c0cff72648e191f06e57c1f9de8997
@@ -19,7 +19,6 @@ import { BLOCKING_POLICY_RECOMMENDED } from '../../../shared-hub/constants/Block
// Component Views
import WelcomeView from '../OnboardingViews/Step0_WelcomeView';
import Step1_CreateAccountView from '../OnboardingViews/Step1_CreateAccountView';
import LoginView from '../OnboardingViews/Step1_LoginView';
import BlockSettingsView from '../OnboardingViews/Step2_BlockSettingsView';
import ChooseDefaultSearchView from '../OnboardingViews/Step3_ChooseDefaultSearchView';
import ChoosePlanView from '../OnboardingViews/Step4_ChoosePlanView';
@@ -105,7 +104,7 @@ class OnboardingViewContainer extends Component {
{
index: 4,
path: `/${ONBOARDING}/${CHOOSE_PLAN}`,
bodyComponents: [ChoosePlanView, LoginView],
bodyComponents: [ChoosePlanView],
},
{
index: 5,

This file was deleted.

This file was deleted.

ProTip! Use n and p to navigate between commits in a pull request.