Signup: change to the wizard page on signup.
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…
Reference in New Issue