mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
put back missing refreshSession() call
This commit is contained in:
parent
d9f570a465
commit
cc578109fa
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue