cc: Redirect to landing page after registration instead of getting started page

This commit is contained in:
Shreya Malviya 2021-08-04 13:20:54 +05:30 committed by Mike Salvatore
parent fa9fae1d69
commit 2188783fc4
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class RegisterPageComponent extends React.Component {
};
redirectToHome = () => {
window.location.href = '/';
window.location.href = '/landing-page';
};
constructor(props) {