redirect home after a user signs up (#1070)
This commit is contained in:
parent
7cdb6d3603
commit
7015e21966
|
@ -155,7 +155,7 @@ class MainSignUpWidget extends React.Component {
|
|||
loading: false,
|
||||
message: 'success'
|
||||
}, () => {
|
||||
setTimeout(() => {history.push('/check-ticket')}, 2000);
|
||||
setTimeout(() => {history.push('/')}, 2000);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue