Propagate locate state in signup
This commit is contained in:
parent
ea8f6fbf5b
commit
f17fd13c2a
1 changed files with 2 additions and 1 deletions
|
|
@ -89,7 +89,8 @@ class Signup extends React.Component {
|
||||||
} else {
|
} else {
|
||||||
Meteor.call('users.sendVerificationEmail');
|
Meteor.call('users.sendVerificationEmail');
|
||||||
Bert.alert(t('Bienvenid@!'), 'success');
|
Bert.alert(t('Bienvenid@!'), 'success');
|
||||||
history.push('/subscriptions');
|
// Already done in Public.js with state (for add)
|
||||||
|
// history.push('/subscriptions');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue