mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-30 02:56:20 -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) {
|
if (createProject) {
|
||||||
window.location = '/projects/editor/?tutorial=getStarted';
|
window.location = '/projects/editor/?tutorial=getStarted';
|
||||||
} else {
|
} else {
|
||||||
|
dispatch(sessionActions.refreshSession());
|
||||||
dispatch(module.exports.setRegistrationOpen(false));
|
dispatch(module.exports.setRegistrationOpen(false));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue