Signup: change to the wizard page on signup.

master
Tom Hacohen 2020-10-01 13:40:18 +03:00
parent 8f2068fe48
commit f2a28ebcff
1 changed files with 1 additions and 1 deletions

View File

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