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-2269, GIS-904: Allow account to trigger dawn hub #673

Merged
merged 9 commits into from Feb 5, 2021

dont force redirect user to the begining of oboarding

  • Loading branch information
fcjr committed Feb 2, 2021
commit 82099cca5e7dcb6e333c85313b3e790f0f49473d
@@ -49,9 +49,6 @@ class OnboardingViewContainer extends Component {
sendMountActions: false,
};

const { history } = this.props;
history.push(`/${ONBOARDING}/${WELCOME}`);

Comment on lines -52 to -54

This comment has been minimized.

@wlycdgr

wlycdgr Feb 4, 2021
Member

Since we are removing this and users will start at the root by defualt, we need an entry for the root path in the steps array in OnboardingViewContainer#render

// TODO verify what document title we should use
const title = t('ghostery_dawn_onboarding_page_title');
window.document.title = title;
ProTip! Use n and p to navigate between commits in a pull request.