Signup: change to the wizard page on signup.

master
Tom Hacohen 4 years ago
parent 8f2068fe48
commit f2a28ebcff

@ -49,7 +49,7 @@ export default function SignupPage() {
if (credentials) {
return (
<Redirect to={routeResolver.getRoute("home")} />
<Redirect to={routeResolver.getRoute("wizard")} />
);
}

Loading…
Cancel
Save