put back missing refreshSession() call

This commit is contained in:
Ben Wheeler 2019-09-12 10:45:48 -04:00
parent d9f570a465
commit cc578109fa

View file

@ -96,6 +96,7 @@ module.exports.handleCompleteRegistration = createProject => (dispatch => {
if (createProject) {
window.location = '/projects/editor/?tutorial=getStarted';
} else {
dispatch(sessionActions.refreshSession());
dispatch(module.exports.setRegistrationOpen(false));
}
});