diff --git a/frontend/app/duck/user.js b/frontend/app/duck/user.js index 8a7f1ed48..695ac9bff 100644 --- a/frontend/app/duck/user.js +++ b/frontend/app/duck/user.js @@ -91,6 +91,7 @@ const reducer = (state = initialState, action = {}) => { return state .set('account', Account(action.data.user)) .set('scope', action.data.scopeState) + .set('spotJwt', action.data.spotJwt) case UPGRADE_ACCOUNT_SCOPE.SUCCESS: return state .set('scopeState', 2)