diff --git a/src/components/auth/actions.js b/src/components/auth/actions.js index d79c008..eb8c285 100644 --- a/src/components/auth/actions.js +++ b/src/components/auth/actions.js @@ -50,6 +50,11 @@ export function register({ {email, username, password, rePassword, rulesAgreement} ) .then(() => { + dispatch(updateUser({ + username, + email, + isGuest: false + })); dispatch(routeActions.push('/activation')); }) .catch((resp) => {