forked from p34709852/monkey
cc: Redirect to landing page after registration instead of getting started page
This commit is contained in:
parent
fa9fae1d69
commit
2188783fc4
|
@ -57,7 +57,7 @@ class RegisterPageComponent extends React.Component {
|
|||
};
|
||||
|
||||
redirectToHome = () => {
|
||||
window.location.href = '/';
|
||||
window.location.href = '/landing-page';
|
||||
};
|
||||
|
||||
constructor(props) {
|
||||
|
|
Loading…
Reference in New Issue